Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By...

17
MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- https://support.magebees.com , Support Email :- [email protected] Most Viewed Products Extension User Manual Most Viewed Products Extension By

Transcript of Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By...

Page 1: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Most Viewed Products Extension User Manual

Most Viewed Products Extension

By

Page 2: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

2 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

CONTENT

Introduction 3

Features 3

Configuration Settings 4

Layout Settings 7

Manage Mostviewed Products 9

Create Mostviewed Products Widgets 11

FAQs 15

Support 17

Page 3: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

3 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

INTRODUCTION

Most viewed products extension is used to display products which is mostly viewed by users

of your store. You can also choose manually products as most viewed products. It is easy to

setup and have many options for settings from admin. You can display most viewed

products using block, template, layout and widget.

EXTENSION FEATURES

1. Manage heading and sort order.

2. Show/hide the products Price, Ratings, Short Description, Add to cart, Add to Wishlist, Add to Compare, Out of Stock Products.

3. Option for select auto generated or manually selected most viewed products.

4. Supported responsive theme template.

5. Display most viewed products in list, grid and slider template.

6. Manage pagination and number of products per page.

7. Supported all types of products.

8. Set Thumbnail width & Thumbnail height.

9. Create widget with its options.

10. Supported multi store view.

11. Supported Security patch SUPEE-6788

12. Supported Magento version 1.5.x – 1.9.x

Page 4: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

4 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

CONFIGURATION SETTINGS

Step-1

Go to admin → System → Configuration → MAGEBEES → Most Viewed Products. OR

Go to admin → MageBees → Most Viewed Products → Settings.

Step-2

Click on General Tab. You will get Following Screen.

Page 5: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Enabled: Enable or disable this module from choosing Yes/No.

Is Responsive Theme: Select yes if your theme is responsive.

Display Heading: Select yes for display page heading.

Heading: Set your title for Most viewed Products.

Most Viewed Products: Display Auto generated, manually selected or both most

viewed products.

Select Most Viewed Products Type: You can display all products or by selected

category.

Sort By: Set sorting attribute like name, price or position.

Sort Order: Set sort order like ascending, descending or random.

Show Products Price: On choosing yes product price display on most viewed

products.

Show Ratings: On choosing yes ratings display on most viewed products.

Show Short Description: On choosing yes display short description on most viewed

products.

Short Description Word Limit: Set maximum short description word limit.

Add to Cart: On choosing yes Add to Cart button display on most viewed products.

Add to Wishlist: On choosing yes Add to Wishlist link display on most viewed

products.

Add to Compare: On choosing yes Add to Compare link display on most viewed

products.

Display out of stock items: On choosing yes Out of Stock products display on most

viewed products.

Page 6: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

6 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Click on Template Settings Tab.

Template: Set Grid or List type template.

Number of Products to Display: Set total number of most viewed products to

display.

Display Page Control: Display number of pages and total number of items.

Number of Products per Page: Set number of products per page if page control

selected as yes.

Thumbnail Width: Set thumbnail width in pixels.

Thumbnail Height: Set thumbnail height in pixels.

Page 7: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

7 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

LAYOUT SETTINGS

Step-1

Go to admin → System → Configuration → MAGEBEES → Most Viewed Products. OR

Go to admin → MageBees → Most Viewed Products → Settings.

Step-2

Click on Code Tab. You will get Following Screen.

XML Code: Suppose you want to use XML Tag auto generated code of most viewed products copy

XML Tag and put it in your Theme XML layout Files [app/design/frontend/<your package>/<Your

theme>/layout/].

For example we are putting XML Tag Block code in cms.xml file, so open your theme cms.xml file

and put following code under content area.

<cms_index_index translate="label">

<label>Cms Home Page</label>

<reference name="content">

<block type="mostviewed/mostviewed" name="mostviewed"/>

</reference>

</cms_index_index>

Page 8: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

8 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Template Tag: If you want to display most viewed products in any CMS page.

Go to admin → CMS → Pages and open Content tab put following code in editor.

{{block type="mostviewed/mostviewed" name="mostviewed"}}

Call via Frontend Template File: If you want to display most viewed products in your

template file [.phtml] you need to just paste this at any part of your template files.

<?php echo

$this->getLayout()->createBlock("mostviewed/mostviewed")->toHtml();

?>

Page 9: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

9 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

MANAGE MOSTVIEWED PRODUCTS

Step-1

Go to admin → MageBees → Most Viewed Products → Manage Most Viewed Products.

You will get the following screen.

Step-2

Click on button. You will get following screen.

Page 10: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

10 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Step-3

Choose products from here and click on or button for save

data.

Page 11: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

11 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

CREATE MOSTVIEWED PRODUCTS WIDGET

Go to admin → CMS → Widgets. You will get the following screen.

Select “MageBees:Most Viewed Products Widget” from Type and your Design

package theme.

Fill all required fields and select layout for display on specific page.

Note: If you select Left Column or Right Column in Block Reference than only product name

and image will be display.

Page 12: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

12 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

From “Widget Options” choose options for which contents you want to display.

You can also add widget from editor using “Insert Widget”.

Page 13: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

13 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

FRONTEND SNAPSHOTS

Default Package :

Page 14: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

14 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

RWD Package :

Page 15: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

15 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

FAQs

Q-1 I have installed most viewed products extension. But when I click on mostviewed products tab in the config page will get a 404. :(.

Solution:

After install Most Viewed Products Extension, please Logout from admin account and re

login and Refresh Cache.

Q-2 I have installed most viewed products extension on magento 1.9 (rwd package) but ratings not display on front-end.

Solution:

Step-1

Please open below file.

<SITE ROOT>/skin/frontend/rwd/default/css/madisonisland.css.

Step-2

Please find below code.

.cms-index-index .products-grid .ratings,

.cms-index-index .products-grid .actions,

.cms-index-noroute .products-grid .ratings,

.cms-index-noroute .products-grid .actions {

display: none;

}

Step-3

Please replace the find code.

.cms-index-index .products-grid .ratings,

.cms-index-index .products-grid .actions,

.cms-index-noroute .products-grid .ratings,

.cms-index-noroute .products-grid .actions { display:; }

Page 16: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

16 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

After replace Code then you will get below screen.

Now check on front-end.

Q-3: I applied the 6788 patch on my magento setup, a mostviewed block doesn’t show up on home page or any cms page.

Solution:

Go to admin -> System -> Permissions -> Block

Click on Add New Block and fill details as follow:

Block Name=>mostviewed/mostviewed

Is Allowed=>Yes

Now mostviewed block has permission to display.

Q-4: I choose most viewed products and save but it is not display on frontend.

Solution:

Please check your selected product is visible on frontend or not from manage products.

Page 17: Most Viewed Products Extension - MageBees · 2019-06-15 · Most Viewed Products Extension By MageBees 5 MageBees a Venture by Capacity Web Solutions Pvt. Ltd. Support Ticket :- ,

Most Viewed Products Extension By MageBees

17 MageBees a Venture by Capacity Web Solutions Pvt. Ltd.

Support Ticket :- https://support.magebees.com , Support Email :- [email protected]

Thank you!

Do you need Extension Support? Please create support

ticket for quick reply,

https://support.magebees.com/

Do you have any suggestions? Please contact us,

https://www.magebees.com/contact-us