ModularMerchant
Knowledge Base
Shopping Cart Software Online Manual
Disabling featured product display
Customize the tabbed content area of a responsive product template Display a message if a customer has already purchased a product
Location Home > Shopping Cart Software Components > Administration Area > Design > FAQs & Tutorials

Disabling featured product display

quote
How do I disable the "Featured Products" from displaying on the home page of my store?

It is possible to disable products from being displayed on the home page in two different ways.

The Featured status for a product, is controlled at the product level for each product within the Product Editor, but may also be changed en masse on the Search Products page.

It is also possible to remove the Featured Products section from the "index.tpl" template in the Template Package Sandbox.
 
Method A: Disabling each products' featured status

The first, and most simplistic method of discontinuing display of the featured products, is to disable the Featured status of all products from the Search Products page:

1. In your Administration Area, locate [Products > Search Products].

2. Click the Customize table columns link in the top right of the Product Search section.

3. In the popup, select the checkbox for "Featured Product", and click "Save My Changes".

4. On the Search Products header bar, select, "Search for: all products with XXX results per page".
(Note: Select the necessary number to list all or most of your products on a single page)

5. Click the  in the far column of the Product Search section. This will auto-select the checkbox for each product.

6. Under "Perform an action on the rows selected above...", select, "remove featured product status" and click "Go".

With the above change, all of your existing products will no longer display in the Featured Products section of your store's home page.
 
Method B: Removing the Featured Products section from template

To remove the Featured Products portion of the index.tpl template:

1. In your Administration Area, locate [Design > Template Package Sandbox].

2. Select the template package to be edited from the dropdown menu.

3. Before moving forward, it is recommended to create a Clone of the package, just in case it is ever desired to revert to the original functionality of the package. This can be done by selecting Clone from the Template Package Options row, specifying a name for the backup, and clicking "Clone".

4. In the Template Package Options row, click Populate templates.

5. Select the checkbox for "index.tpl", and click "Populate Selected Templates".

6. To cause the template to appear under the "Template Package Files", navigate back to [Design > Template Package Sandbox] in order to reload the files. This will be fixed in our next upcoming software update.

7. Back in the sandbox, under "Template Package Files", select "index.tpl". This will open it in the editor.

8. In the top right of the Template Editor, select "Switch to Plain Text Editor".

9. Since the page isn't going to be used for Featured Products anymore, it would be possible to change the title of the page by altering the PAGE-TITLE span tag.

example
<span class="PAGE-TITLE">Featured Products</span>
--to--
<span class="PAGE-TITLE">New Page Title</span>

10. To remove the Featured Product content entirely, remove the Featured Product table(s) from the template. The table's start and end may appear as:

code
<table border="0" cellpadding="" cellspacing="10" class="FEATURED-PRODUCT-BLOCK-TABLE">

...
...
...

 </table>


tip
Depending on the template package, there may be more than one table within the template. If this happens to be true, remove both tables.
                                            
11. Under "File Options", select "Save" and click "Go".

With the above changes, the page will no longer display any Featured Product information, and the page title will now be set to that of your choosing.

Method A will simply discontinue the display of the products in the Featured Products section, whereas Method B will remove the Featured Products section entirely.

— Last Edited - 11/26/2013 10:57am PST
Rank and add a comment to this article
Only logged in users may leave comments and rank articles. Log in to have your say!
  Knowledge Base Home

  QuickCode™ Tag Glossary

  Modular Merchant.com Homepage

Not Logged in.
Either Log in or create a User Account.

Other articles in this category...

Add "Search by Price" links to the storefront

Add a "Terms of Service" agreement to a store page

Add a favicon

Add images to an email template

Adding a Company Name field to the storefront

Can QuickCode Tags Be Used in PHP Statements?

Can QuickCode Tags be used on non-store webpages?

Common customizations for the Order Receipt email

Copy a template package

Create a custom version of any QuickCode Tag

Create reusable headers/footer with Custom QuickCode Tags

Creating a Customer Registration Form

Creating templates with content viewable only by specific Customer Groups

Customize the category template to display subcategories in a grid

Customize the navigation header of a responsive template

Customize the navigation header of a responsive template

Customize the tabbed content area of a responsive product template

Disabling featured product display

Display a message if a customer has already purchased a product

Display a slideshow on any store page

Display sale prices in red text

Have your store match a website that links to it

Introduction to editing responsive template packages

Link your company logo to a different website

List of available Templates for use in Template Packages

Playing Flash video instead of downloading it

Require service agreement when a specific product is purchased

The difference between templates and web pages

Troubleshooting Missing Images

Untranslated Red QuickCode Tags

Using "Add to Cart" links on your website.

Using comments in Custom QuickCode Tags

Using the Custom Webpage Editor to add links to your Storefront

Your storefront on smartphones & mobile devices

Creating Template Packages: Part 1 of 4

Creating Template Packages: Part 2 of 4

Creating Template Packages: Part 3 of 4

Creating Template Packages: Part 4 of 4