Private Sales Fashion Red Magento Theme v2.x Configuration: Theme Settings

Theme Settings

Here you will find Private Sales Fashion Red Magento Theme configuration tips, that will help you configure the theme according to your needs.

This magento private sales theme requires Plumrocket Private Sales Magento Extension and Plumrocket Special Settings Magento Extension. However in order to get the most out of this magento theme it is recommended to install the full solution – Magento Private Sales Script.

The location of key theme files

Images

The images that are used in this theme are stored at the server at this address:

 /web/skin/frontend/private_sales_fashion_red_theme/default/images/

CSS

CSS files are stored at this address:

 /web/skin/frontend/private_sales_fashion_red_theme/default/css/privatesales.css
 /web/skin/frontend/private_sales_fashion_red_theme/default/css/style.css
 /web/skin/frontend/private_sales_fashion_red_theme/default/css/style-ie.css

The rest of Plumrocket Extensions create their own folders for CSS files. For instance, the Popup Login CSS files are located at this address:

/web/skin/frontend/private_sales_fashion_red_theme/default/css/plumrocket/popuplogin/popup.css

Templates

Theme templates are stored at this address:

/web/app/design/frontend/private_sales_fashion_red_theme/default/template/

Javascripts

Javascripts are located at this address:

/web/skin/frontend/private_sales_fashion_red_theme/default/js/plumrocket/

How to change a logo on the Splash Page

The logo that is displayed on the splash page is located at the server at this address

/skin/frontend/private_sales_fashion_red_theme/default/images/plumrocket/privatesales/splashlogo.png

In order to change a logo you will have to change the file “splashlogo.png”

Changing Store Logo

Changing Logo on a Site page

The directory structure is the same on a local install as it is on a web server:

your_magento_install_directory/skin/frontend/default/default/images

You’ll need to connect to your site via FTP and upload your own logo to theme images folder. After you upload the logo you will have to confirm the chosen image as a store logo. In order to do this, go to Admin Panel > Configuration and follow the instructions described below:

Detailed description:

  1. Open the “Design” tab.
  2. Option “Logo Image Src”: allows you to choose the file name of your logo (Be sure to keep the format images/file_name.file_extenstion) and save the changes
Private Sales Fashion Red Magento Theme - Homapage changes

Changing the Email Logo

Go to Admin panel, select System > Configuration and follow the instructions given below:

Detailed description:

  1. In the Configuration panel on the left click on “Design”.
  2. Select the tab “Transactional Emails”.
  3. Click on the “Browse” button and select the Logo Image from your computer.
  4. Press the “Save Config” button.

Private Sales Fashion Red Magento Theme - change email logo

How to change default Logo for Magento PDF Invoices & Print Outs

Go to Admin panel, select System > Configuration and follow the instructions given below.

Detailed description:

  1. Move to “Sales”.
  2. Select the tab “Invoice and Packing Slip Design”.
  3. Option “Logo for PDF Print-outs (200×50)”: allows you to upload your own logo. It seems that the logo extension has to be *.jpg. And your logo should be 200 x 50 px, otherwise the pdf generator would scale whatever image you give it to 200 x 50 px.
  4. Option “Logo for HTML Print View”: upload your own logo for HTML Print View.
  5. Press the “Save Config” button.
Private Sales Fashion Red Magento Theme - update pdf

Boutique Page

For more information on how to create a boutique, move to Creating first boutique.

Editing Static Blocks and Theme Elements

In order to see the list of static blocks move to admin panel and follow the instructions below:

Detailed description:

  1. Press “CMS”.
  2. Select “Static Blocks” from the menu.
Private Sales Fashion Red Magento Theme - edit blocks

Detailed description:

  1. In order to change the bottom menu on the Splash Page, edit the static block called “Bottom menu on splashpage”.
Private Sales Fashion Red Magento Theme - splash page details bar

Detailed description:

  1. In order to change the Terms of Services on Splash page, edit the static block called “Terms of Services – Splash page”.
Private Sales Fashion Red Magento Theme - Terms

Detailed description:

1.In order to change the Social Media Buttons edit the file that is stored at this address:

/web/app/design/frontend/private_sales_fashion_red_theme/default/template/page/html/header.phtml

To do this you will have to find and edit the following code:

<div class="topsocials">
 <p style="font-size:11px; color:#000; line-height:16px;">FOLLOW US:  
 <?php /* Pinterest button
 <a href="#" target="_blank" title="Follow us on Pinterest">
 <img src="<?php echo $this->getSkinUrl('images/pinterest.gif');?>" alt="Follow us on Pinterest" style="vertical-align:middle;"/>
 </a>
 */ ?>
 <a href="https://www.facebook.com/plumrocket" target="_blank" title="Follow us on Facebook">
 <img src="<?php echo $this->getSkinUrl('images/facebook.gif');?>" alt="Follow us on Facebook" style="vertical-align:middle;"/>
 </a>
 <a href="https://twitter.com//plumrocket" title="Follow us on Twitter" target="_blank">
 <img src="<?php echo $this->getSkinUrl('images/twitter.gif'); ?>" alt="Follow us on Twitter" style="vertical-align:middle;"/>
 </a>
 </p>
 </div>

2. In order to change the “Need help?” section, edit the static block called “Left Slider”.

3. In order to change the “Shipping and Returns” tab, that is located on the product page, edit the static block called “shipping_and_returns_tab”.

Private Sales Fashion Red Magento Theme -

Detailed description:

  1. In order to change the boutique expiration notification text, edit the static block called “This boutique expired”.
Private Sales Fashion Red Magento Theme - Clock setting

Detailed description:

  1. In order to change the boutique expiration notification text on popup form, edit the static block called “This boutique expired popup”.
Private Sales Fashion Red Magento Theme - Popup

Detailed description:

  1. This block can be changed if you edit the static block called “Contact page text”.
  2. In oder to change this block, you will have to find the file that is stored at the server at this address:
 /web/app/design/frontend/private_sales_fashion_red_theme/default/template/contacts/form.phtml

and edit the following text there:

<p>Please contact us via the form below or at <a href="mailto:support@plumrocket.com">support@plumrocket.com</a>
with any questions or requests for information. We will respond within 24 hours. </p>

Detailed description:

  1. In order to change this banner, edit the static block called “bottom_banner”.
  2. In order to change the bottom banner, edit the static block called “bottom_banner_long”.
  3. In order to change footer links, edit the static block called “Footer Links”.
  4. In order to change text in the footer, go to Admin Panel > System > Configuration > Design, open the tab “Footer” and edit the text in the field “Miscellaneous HTML”.
Private Sales Fashion Red Magento Theme - Bottom area

Adding Pagination on Product List

In order to add pagination to the Product List, please follow the step-by-step instructions below:

Detailed description:

  1. In the Backend go to System > Configuration, click on “Catalog” tab in the right-hand side menu
  2. Input the needed values into the “Products per Page on Grid Allowed Values” field
  3. Click on the “Save Config” button
Private Sales Fashion Red Magento Theme - Product per list

Detailed description:

  1. The pagination will appear on the Product List
Private Sales Fashion Red Magento Theme - Pagination

How to enable Customer Reviews for Fashion Red Magento Theme

In order to activate customer reviews for your theme, please follow the steps below:

Step-by-Step action:

  1. In your Magento backend choose “System” tab.
  2. Click on “Configuration” tab.
  3. In the menu on the left select “Advanced”.
  4. In the list of multiple options please find “Mage_Review”.
  5. Activate this option be clicking “Enable”.
  6. Press “Save Config” button.
Private Sales Fashion Red Magento Theme - Configuration

Clear Magento Cache

After these steps are completed – don’t forget to clear Magento cache. To do this, follow the instructions below:

Step-by-Step action:

  1. Go to the Admin Panel >> System.
  2. Click on Cache Management.
Private Sales Fashion Red Magento Theme - Magento Caches

Step-by-Step action:

  1. Press the “Flush Magento Cache” button.
Private Sales Fashion Red Magento Theme - Flush cache

Sign-out and Sign-in back to Admin Panel. After you have successfully cleared the cache, Reviews and Ratings options will become available in your Magento backend:

Step-by-Step action:

  1. Click on “Catalog” tab.
  2. Roll over to “Reviews and Ratings” menu.
Private Sales Fashion Red Magento Theme - Reviews

Note: After your customers submit their reviews, these reviews will be available for moderation in “All Reviews” tab.

In order to see the appearance of Customer Reviews on your frontend – please follow these steps:

Step-by-Step action:

  1. Login to your store as a customer.
  2. Go to any available product’s page.
  3. On the product page locate the “REVIEWS” tab.
  4. Customer review form will be available for submitting.
Private Sales Fashion Red Magento Theme - Product page

Enabling Search on Fashion Red Magento Theme

In order to activate search for this theme, please follow the steps below:

Detailed description:

  1. Login to your Magento admin panel.
  2. Select “System” tab.
  3. Click on “Configuration” option.
  4. Select “Catalog” option from left hand side menu.
  5. Press on “Catalog Search” tab. Other search options are available there for your convenience.
  6. Change option “Enabled” to “Yes”.
  7. Press “Save Config” button to save your changes.
Private Sales Fashion Red Magento Theme - catalog search

Now go to your Magento frontend, there you can check the search tab as shown below.

Detailed description:

  1. You can start your search by using this field.
Private Sales Fashion Red Magento Theme - Frontend

Was this article helpful?