meta_default();
}
function set_specialorder_policy_text()
{
$this->specialorder_policy_text = 'We will estimate the ship date for any Special Orders. Your credit card is not charged for an item until it ships (although it is authorized for the purchase price at the time of order). Occasionally a designer will decide not to produce an item or a certain color, deliver it later than scheduled, or make minor modifications to the design. In these cases we will do our best to inform you as soon as possible. Special Orders are returnable under the conditions in our Return Policy.';
}
function set_preorder_policy_text()
{
$this->preorder_policy_text = 'We will estimate the ship date for any preordered items. Your credit card is not charged for an item until it ships (although it is authorized for the purchase price at the time of the order). Occasionally a designer will decide not to produce an item or a certain color, deliver the item later than scheduled, or make minor modifications to the design. In these cases we will do our best to inform you as soon as possible. Preordered items are returnable under the conditions in our Return Policy.';
}
function set_backorder_policy_text()
{
$this->backorder_policy_text = 'Occasionally a purchased item may be on backorder and not ship immediately. In this case, we will notify you and estimate the ship date. Your credit card is not charged for an item until it ships (although it is authorized for the purchase price at the time of the order).';
}
function meta_default()
{
$designers = "";
$sel = "SELECT * FROM ".Config::$db_tables['vendor_designers']." WHERE status_web='active' OR status_store='active'";
$RS = Database::ado_execute_query($sel, 'template meta tags', FALSE);
while($row = $RS->FetchRow())
{
$designers .= $row['name'].", ";
}
$this->meta_keywords_default = $designers."women's clothing boutique, shopping women's, fashion women's, clothing, hello boutique, women's apparel, accessories, women's boutique, vintage jewelry, vintage accessories, vintage handbags, vintage, women's vintage, vintage clothing, uncommon women's clothing, stellar women's clothing, extraordinary women's clothing, european women's clothing, New Haven shopping";
$this->meta_description_default = "An eclectic women's clothing and accessories webstore showcasing uncommon fashions from Europe and around the world. Now carrying vintage and estate jewelry!";
}
function start_html($title='', $meta_keywords_override='', $meta_description_override='', $meta_robots_index=TRUE, $meta_robots_follow=TRUE, $meta_refresh='', $js='', $onload='')
{
// at time of launch update the robots to default TRUE
$meta_keywords = ($meta_keywords_override != '') ? $meta_keywords_override : $this->meta_keywords_default;
$meta_description = ($meta_description_override != '') ? $meta_description_override : $this->meta_description_default;
$top = '
';
return($bottom);
}
function bottom_table($copyright_only=FALSE)
{
$html = '
';
return($html);
}
function set_return_policy($show_heading=TRUE, $topTextCSS='')
{
$this->return_policy = array(
'heading' => 'Returns',
'top_text' => 'We will accept returns for exchange or a refund as long as the following conditions are met',
'bullets' => array(
'You must request a Return Authorization (RA) number by emailing '.Config::$site_returns_email.' within 7 days of receipt of your order',
'We must receive the return package within 15 days of receipt of your order',
'The returned items must be unwashed, unworn, and have the tags still on'
),
'notes' => 'Notes: We cannot accept returns on vintage jewelry, lingerie or undergarments. We’re sorry but shipping charges for your order cannot be refunded and return shipping is at your expense. We recommend that you insure your package and use a shipping vendor that allows you to track your package.'
);
$this->return_policy_email_text = strtoupper($this->return_policy['heading']).":\n".$this->return_policy['top_text'].":\n\n - ".$this->return_policy['bullets'][0]."\n\n - ".$this->return_policy['bullets'][1]."\n\n - ".$this->return_policy['bullets'][2]."\n\n".str_replace("’", "'", $this->return_policy['notes']);
$this->return_policy_html = '