$p = new Product(83988);
$category = new Category($p->catID);
$manufacturer = new Manufacturer($p->manID);
if ($p->status == 'active' && $category->status == 'active') {
?>
Back to: =$category->GetThisItem()?>
=$p->name?>
$i = new Image($p->primaryImage);
$paths = $i->GetImagePaths();
$ext = substr($paths['regURL'], -3);
if (!empty($paths['regURL'])) {
?>
}
?>
|
if (!empty($manufacturer->logo)) {
?>
}
$addImages = $p->GetAdditionalImages();
if (count($addImages) > 0) {
?>click for larger
foreach ($addImages AS $i) {
$i = new Image($i);
$paths = $i->GetImagePaths();
$ext = substr($paths['thumbURL'], -3);
if (empty($paths['thumbURL'])) {
?>
}
else {
?>
}
}
}
?>
|
|
Description
=$p->desc?>
|
100% Satisfaction Guarantee on ALL Purchases for a FULL YEAR
Certain restrictions apply. See our customer satisfaction policy for details.
|
$pos = $p->GetProductOptions();
$limitedQuantities = false;
$oversized = false;
foreach ($pos AS $po) {
$po = new ProductOption($po);
?>
}
?>
|
if ($limitedQuantities) {
?>
* Items with an asterisk are low in stock and may need to be backordered
}
if ($oversized) {
?>
|
|
† This item requires an additional shipping charge due to size or weight. Contiguous 48 states only.
Shipping rates for Alaska, Hawaii, or Puerto Rico, please email your shipping address to
customer.service@nwbackpack.com along with the name
or item number of the product(s) about which you are inquiring.
|
}
if ($hazmat) {
?>
|
|
‡ This item requires an additional shipping charge because it is considered a hazardous material. Contiguous 48 states only.
Shipping may not be available to Alaska, Hawaii, Puerto Rico or Canada. Please email
customer.service@nwbackpack.com along with the name
or item number of the product(s) about which you are inquiring for more information. When ordering this item we recommend selecting ground for your
shipping method as alternate methods will likely be unavailable.
|
}
// DESCRIPTORS //
$descriptors = $p->GetProductDescriptors();
if (count($descriptors) > 0) {
?>
$count = 1;
foreach ($descriptors AS $pd) {
$pd = new ProductDescriptor($pd);
$d = new Descriptor($pd->desID);
if ($count % 2 > 0)
$bgcolor = "#eeeeee";
else
$bgcolor = "#f6f6f6";
?>
=$d->name?>
if ($d->name == "Features")
echo ' - '.str_replace(array("
"," ")," - ",nl2br($pd->value)).'
';
else
echo nl2br($pd->value);
?>
|
$count++;
}
?>
}
// END DESCRIPTORS //
?>
|
}
else {
?>
We're sorry, Northwest Backpack is not currently offering this product.
if ($category->status == 'active')
{
?>
For more products like it, go to:
=$category->GetThisItem()?>
}
?>
}
?>