SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Downloaden Sie, um offline zu lesen
USER MANUAL
Advance Shop By Brand
Version: 1.0.2
Compatibility:
Community Edition 2.0.*
TABLE OF CONTENTS
Introduction ......................................................1
Benefits of Advance Shop By Brand ................1
Installation & Activation...................................2
Installation Steps...........................................2
Installation via Composer.............................3
Extension Activation.........................................5
How it Works?...................................................6
Back end Configuration: ...............................6
Front end Configuration:........................... 12
Points to Note:............................................... 13
FAQ: ................................................................ 14
Contact Us ...................................................... 15
USER MANUAL – Advance Shop By Brand
www.appjetty.com 1
Introduction
Shop by Brand Magento 2 Extension allows store customers to shop products based on their brand preferences. As a
store admin it allows adding of brand attributes to products and shows them all the brand details in the frontend.
Customers can also filter products by brand on category pages. Managing brands of products from the admin side has
never become very easy!
Benefits of Advance Shop By Brand
 Improve sales of any brand through this easy-to-manage extension.
 Helps customers to quickly find out the products and brands they are looking for.
 Improves business as you can get to know which ones are the best-selling brands.
 Reduces shopping time and efforts.
 Improves shopping experience of customers.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 2
Installation & Activation
Installation Steps
Mandatory Instruction: Kindly ensure that Magento 2 is set up correctly. Enter developer mode before initiating the
installation. You can achieve the mode by running the following command: bin/magento deploy:mode:set developer -s
It will enable the developer mode and skip compilation. You can enter default mode after successful installation of the
extension.
Manual Installation (Installing Magento 2 extension by copying code)
Step 1:
For Windows OS:
 Go to <your Magento install dir>/app/code. Under that, create the folders using following hierarchy:
o Biztech
o Shop By Brand
For Linux OS:
 Enter the following commands keeping their order:
cd <your Magento install dir>/app/code
mkdir -p Biztech/Shop By Brand
 After this, find the Download Zip and extract all files and folders in Biztech/ Shop By Brand.
Step 2:
 After the successful installation you have to run the command on Magento2 root directory-“php bin/magento
setup:upgrade”.
 If you see blank page or permission error, go to Terminal (Linux)/ Command Prompt (Windows).
cd [magento root directory][var]
run the following command
$ chmod –R 777 *
Step 3:
 After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools (section) →
CACHE MANAGEMENT to clear the cache.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 3
Step 4:
 After successful installation, you can see the “Advance Shop By Brand” under BIZTECH tab inside STORES →
CONFIGURATION.
Installation via Composer
Step 1:
 Install composer from this link. If you already installed composer, skip this step.
Step 2:
 Go to app → Code → Biztech → Product Designer, right click on composer.json and select use composer here.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 4
Step 3:
After that you can see command prompt where you have to run the following command:
- composer update
USER MANUAL – Advance Shop By Brand
www.appjetty.com 5
Step 4:
 Now go to [magento root directory] and right click on use Composer here.
Step 5:
 You can see the cmd window and run the following command here:
- php bin/magento setup:upgrade
Step 6:
 After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools (section) →
CACHE MANAGEMENT to clear the cache.
Step 7:
 After successful installation, you can see the “Manufacturer” under BIZTECH tab inside STORES →
CONFIGURATION.
Extension Activation
Step 1: Copy an activation key
 Copy the activation key from the Order Confirmation Mail. OR
 Log into your account at www.appjetty.com using the email and password you have provided at
checkout process.
 Go to Downloadable Options and copy the activation key for the Advance Shop By Brand extension.
Step 2: Activate the extension
 Log into Magento Admin Panel and go to Stores → Configuration → Biztech → Manufacturer Activation and
enter the activation key in the ''Activation Key'' field and then click the “Save Config” button.
Step 3: Select Websites
 When you enter and save the key it will be verified and you can select the websites where you need to use the
Advance Shop By Brand extension. Click the ''Save Config'' button after making your selections.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 6
How it Works?
Back end Configuration:
Please follow the below steps to configure Advance Shop by Brand extension.
Go to STORES → Configuration. In the left column you will see the tab BIZTECH → Manufacturer.
Step 1: General Configuration
 Enabled: Select “Yes” to enable the extension.
 Show in top menu: Select “Yes” to display manufacturer in top menu.
 Show in Top Links: Select “Yes” to display manufacturer in top link.
 Image Resolution: You can set the image resolution here, so that the logo at front end will be of same size
irrespective of its own resolution.
Step 2: Left/Right Navigation Configuration
 Enabled: Select “Yes” to display brands in layered navigation.
 Display Option: You can choose from logo, name or both.
 Image Resolution: Enter the image resolution to have same size logo of brands on layered navigation.
 Show Featured Brands on Left/Right Sidebar: Select “Yes” to show Featured Brands in the sidebar.
 Display Featured Brands in Block/Slider: You can display the featured brands in either block or slider. The
slider configuration appears if you select slide.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 7
Step 3: Manufacturer List Configuration
 Enabled: Select “Yes” to display all the brand logo.
 Hide Brands without Products: If yes, then will not show brands without products at front end.
 Hide Brands with obsolete products: This option will be available when above option is set to “Yes”. If yes,
then will not show brands if assigned all products are not in stock.
 Display option: You can choose only logo or both logo and name.
 Attribute Code: Admin can select attribute from the dropdown to which manufacturer data is added. Refer
Step 9 for further information.
 Image Resolution: Enter the image resolution to have same size logo of brands on list page.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 8
Step 4: Brand Sitemap Options
 For SEO purpose no need to manually add brands for Google Sitemap.
Step 5: Product View Configuration
 Enabled: Select “Yes” to display brand logo on product detail page.
 Image Resolution: Enter the image resolution to have same size logo of brand on product page.
Step 6: Slider Configuration
 Enabled: Select “Yes” to show brand slider on list page.
 Slides: Enter the number of images to be displayed in the slider at a time. (by default 4)
 Slide Margin: Enter the margin to be shown between two slides.
 Image Resolution: Enter the image resolution to have same size logo of brand on slider.
Step 7: Pagination settings
USER MANUAL – Advance Shop By Brand
www.appjetty.com 9
 Enable toolbar on Manufacturer list page: Select “Yes” to show pagination bar on list page.
 Enable toolbar on Manufacturer View page: Select “Yes” to show pagination bar on brand view page.
Step 8: Search Settings
 Show Manufacturer: Select “Yes” to show manufacturer dropdown next to the search box.
Step 9: Add Manufacturer
 Go to STORES → Attributes → Product. You can add brand names in any of the attribute listed in Step 3 →
Attribute code.
 So select the attribute and add the brand names here.
 Go to Manufacturer. Click on “Add Manufacturer”.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 10
 Select Manufacturer: Choose the manufacturer from dropdown. The values added in the attribute will display
here.
 Status: Select “Enabled” to keep it active.
 Show in Sidebar: Select “Yes” to show this brand in the sidebar.
 Is Featured: Select “Yes” to show this brand as featured.
 Priority: You can set priority for brands to display them accordingly.
 Manufacturer Logo: Choose an image (greater than 100 * 100) to be displayed as brand logo.
 Description: Enter description about brand to be shown at list page.
 Short Description: Enter short description about brand to be shown at list page.
 Meta title, keyword and description: You can enter Meta details specific to brands.
 URL key: Enter the URL key for brand.
Step 10: Associate Products to Brand
USER MANUAL – Advance Shop By Brand
www.appjetty.com 11
 Go to PRODUCTS → Catalog. Open any product in edit view. Look for Manufacturer label and select the
appropriate brand from the dropdown.
 Save the product.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 12
Front end Configuration:
 Home page: It shows Manufacturer in main menu, search box and side bar.
 List page: It shows all the active brands in alphabetic listing with layered navigation, pagination bar and slider.
 View page: The brand view page shows its name, logo and description with pagination bar and its associated
products.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 13
 Product page: The product page will have clickable brand logo which redirects to brand page. It also shows
more products from same brand.
Points to Note:
 Re indexing:

Go to System → Index management. Select Manufacturer URLs and Manufacturer data for re indexing.

Purpose: for Manufacturer data, suppose you create another store and add a new store view, then entire
data is copied to the store view except manufacturer. So to copy this re indexing is provided.

Purpose: Manufacturer URLs, in case brand URLs are deleted, then on re indexing this will create new
URLs.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 14
FAQ:
1. Which Magento version is Advance Shop by Brand compatible with?
Ans. The current Advance Shop by Brand / Manufacturer version is compatible with: Community Edition:
2.0.*.
2. Is it mandatory to add brand values to the attribute?
Ans. Yes, you need to add the brand values as explained to create brands.
3. I am not able to see extension on my website or checkout or cart page
Ans. If you are using any custom theme, then please make sure that extension is installed in custom theme
directory. You can refer the steps above.
4. Does extension allow assigning the manufacturer to a product through the manufacturer manager or through
the product page?
Ans. This extension allows admin to assign manufacturer to a product through the product page.
5. The images for brand logo are different sizes. How to even them at front end?
Ans. There is a configuration called “Image Resolution” where you can specify the height and width of logo to
be displayed at front end. Kindly click the “Clean Cache” button to see the change.
6. I don’t find any value in the “Select Manufacturer” field while adding the brand. Any clue?
Ans. Kindly make sure that you have populated the brand values in the attribute and selected that attribute in
the configuration.
USER MANUAL – Advance Shop By Brand
www.appjetty.com 15
Contact Us
We simplify your business, offer unique business solution in digital web and IT landscapes.
Customization:
 If you would like to customize or discuss about additional feature for Advance Shop By Brand, please write to
sales@appjetty.com
Tickets
 Raise tickets for your specific question!
 Send an email to support@appjetty.com or you
can login to my account www.appjetty.com
and click on My Support Tickets on your
account dashboard, to get answers to your
specificquestions. Our team willwork to
respond to your query prompt.
Live Chat
 Get instant support with our Live Chat.
 Visitour productpage at:
https://www.appjetty.com/magento2-advance-
shop-by-brand.htm and clickon theLiveChat
button for instant support.

Weitere ähnliche Inhalte

Was ist angesagt?

Responsive bootstrap magento theme
Responsive bootstrap magento themeResponsive bootstrap magento theme
Responsive bootstrap magento theme
Codespot
 

Was ist angesagt? (20)

Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.
 
YoKart Admin Manual – Comprehensive Multivendor eCommerce Store Management Sy...
YoKart Admin Manual – Comprehensive Multivendor eCommerce Store Management Sy...YoKart Admin Manual – Comprehensive Multivendor eCommerce Store Management Sy...
YoKart Admin Manual – Comprehensive Multivendor eCommerce Store Management Sy...
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEO
 
Promo Banners: Magento extension by Amasty. User Guide
Promo Banners: Magento extension by Amasty. User GuidePromo Banners: Magento extension by Amasty. User Guide
Promo Banners: Magento extension by Amasty. User Guide
 
Introduction to Advanced Product Options
 Introduction to Advanced Product Options  Introduction to Advanced Product Options
Introduction to Advanced Product Options
 
Magento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocMagento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by Aitoc
 
Shop by Brand User Manual (Aitoc)
Shop by Brand User Manual (Aitoc)Shop by Brand User Manual (Aitoc)
Shop by Brand User Manual (Aitoc)
 
Magento Meta tag generator module user manual
Magento Meta tag generator module user manualMagento Meta tag generator module user manual
Magento Meta tag generator module user manual
 
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
Magento 2 Custom Options (Magento 2 Dynamic Product Actions) Extention by Ito...
 
Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.
 
Magento responsive 3 d printing website theme
Magento responsive 3 d printing website themeMagento responsive 3 d printing website theme
Magento responsive 3 d printing website theme
 
Product Label: Magento Extension by Amasty. User Guide.
Product Label: Magento Extension by Amasty. User Guide.Product Label: Magento Extension by Amasty. User Guide.
Product Label: Magento Extension by Amasty. User Guide.
 
Ocodewire tshirt_design_tool_demo
Ocodewire tshirt_design_tool_demoOcodewire tshirt_design_tool_demo
Ocodewire tshirt_design_tool_demo
 
Responsive bootstrap magento theme
Responsive bootstrap magento themeResponsive bootstrap magento theme
Responsive bootstrap magento theme
 
Custom Stock Status: Magento Extension by Amasty. User Guide.
Custom Stock Status: Magento Extension by Amasty. User Guide.Custom Stock Status: Magento Extension by Amasty. User Guide.
Custom Stock Status: Magento Extension by Amasty. User Guide.
 
Magento 2 Daily Deals extension by ITORIS INC
Magento 2 Daily Deals extension by ITORIS INCMagento 2 Daily Deals extension by ITORIS INC
Magento 2 Daily Deals extension by ITORIS INC
 
Follow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideFollow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guide
 
Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.
 
Promo Banners User Guide
Promo Banners User GuidePromo Banners User Guide
Promo Banners User Guide
 
SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.
 

Ähnlich wie Magento 2 Advance Shop By Brand Extension

Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read me
Php RedStorm
 

Ähnlich wie Magento 2 Advance Shop By Brand Extension (20)

Language Translator Magento 2 Extension
Language Translator Magento 2 ExtensionLanguage Translator Magento 2 Extension
Language Translator Magento 2 Extension
 
Magento 2 Frequently Bought Together
Magento 2 Frequently Bought TogetherMagento 2 Frequently Bought Together
Magento 2 Frequently Bought Together
 
MageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreMageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento Store
 
Magento 2 Language Translator Extension
Magento 2 Language Translator ExtensionMagento 2 Language Translator Extension
Magento 2 Language Translator Extension
 
SugarMob Pro
SugarMob ProSugarMob Pro
SugarMob Pro
 
Instagram extension setup in Magento framework
Instagram extension setup in Magento frameworkInstagram extension setup in Magento framework
Instagram extension setup in Magento framework
 
WP Tabbed Popular Posts & Products
WP Tabbed Popular Posts & ProductsWP Tabbed Popular Posts & Products
WP Tabbed Popular Posts & Products
 
Magento 2 Admin Mobile App
Magento 2 Admin Mobile AppMagento 2 Admin Mobile App
Magento 2 Admin Mobile App
 
Magento 2 Quick View Extension by ITORIS INC.
Magento 2 Quick View Extension by ITORIS INC.Magento 2 Quick View Extension by ITORIS INC.
Magento 2 Quick View Extension by ITORIS INC.
 
Vendor Product Addon - Magento2 Multi-Vendor Marketplace by CedCommerce
Vendor Product Addon - Magento2 Multi-Vendor Marketplace by CedCommerceVendor Product Addon - Magento2 Multi-Vendor Marketplace by CedCommerce
Vendor Product Addon - Magento2 Multi-Vendor Marketplace by CedCommerce
 
Brand slider magento extension
Brand slider magento extensionBrand slider magento extension
Brand slider magento extension
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read me
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read me
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read me
 
Ocodewire year_make_model_extension_demo
Ocodewire year_make_model_extension_demoOcodewire year_make_model_extension_demo
Ocodewire year_make_model_extension_demo
 
Magento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMagento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation Menu
 
Magento 2 Layered Navigation Extension by ITORIS INC
Magento 2 Layered Navigation Extension by ITORIS INCMagento 2 Layered Navigation Extension by ITORIS INC
Magento 2 Layered Navigation Extension by ITORIS INC
 
Magento 2 Grouped Product Options extension by Itoris Inc.
Magento 2 Grouped Product Options extension by Itoris Inc.Magento 2 Grouped Product Options extension by Itoris Inc.
Magento 2 Grouped Product Options extension by Itoris Inc.
 
Feedback Pro Extension - User Guide
Feedback Pro Extension - User GuideFeedback Pro Extension - User Guide
Feedback Pro Extension - User Guide
 
Banner Slider Manager Magento Extension User Guide
Banner Slider Manager Magento Extension User GuideBanner Slider Manager Magento Extension User Guide
Banner Slider Manager Magento Extension User Guide
 

Mehr von AppJetty

Mehr von AppJetty (20)

Maximizing Team Efficiency_ Streamlining Task Assignments with Dynamics 365 C...
Maximizing Team Efficiency_ Streamlining Task Assignments with Dynamics 365 C...Maximizing Team Efficiency_ Streamlining Task Assignments with Dynamics 365 C...
Maximizing Team Efficiency_ Streamlining Task Assignments with Dynamics 365 C...
 
Dynamics 365 Calendar for Finance Industry to Overcome the Most Common Challe...
Dynamics 365 Calendar for Finance Industry to Overcome the Most Common Challe...Dynamics 365 Calendar for Finance Industry to Overcome the Most Common Challe...
Dynamics 365 Calendar for Finance Industry to Overcome the Most Common Challe...
 
Maximizing Marketing and Sales Efficiency with Dynamics 365 Calendar.pdf
Maximizing Marketing and Sales Efficiency with Dynamics 365 Calendar.pdfMaximizing Marketing and Sales Efficiency with Dynamics 365 Calendar.pdf
Maximizing Marketing and Sales Efficiency with Dynamics 365 Calendar.pdf
 
Unlocking the Potential_ Dynamics 365 Map Revolutionizing the Real Estate Ind...
Unlocking the Potential_ Dynamics 365 Map Revolutionizing the Real Estate Ind...Unlocking the Potential_ Dynamics 365 Map Revolutionizing the Real Estate Ind...
Unlocking the Potential_ Dynamics 365 Map Revolutionizing the Real Estate Ind...
 
How Dynamics 365 Map Offers Optimized Route Plotting for Field Operations.pdf
How Dynamics 365 Map Offers Optimized Route Plotting for Field Operations.pdfHow Dynamics 365 Map Offers Optimized Route Plotting for Field Operations.pdf
How Dynamics 365 Map Offers Optimized Route Plotting for Field Operations.pdf
 
AppJetty_ Microblog_ 12 Features to Look for in a Delivery Date & Time Picker...
AppJetty_ Microblog_ 12 Features to Look for in a Delivery Date & Time Picker...AppJetty_ Microblog_ 12 Features to Look for in a Delivery Date & Time Picker...
AppJetty_ Microblog_ 12 Features to Look for in a Delivery Date & Time Picker...
 
AppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdf
AppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdfAppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdf
AppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdf
 
AppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdf
AppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdfAppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdf
AppJetty_ Microblog_ How Task Management Enhances Team Productivity.pdf
 
AppJetty_ Microblog_ Locational Intelligence_ Core Features of Geolocation-En...
AppJetty_ Microblog_ Locational Intelligence_ Core Features of Geolocation-En...AppJetty_ Microblog_ Locational Intelligence_ Core Features of Geolocation-En...
AppJetty_ Microblog_ Locational Intelligence_ Core Features of Geolocation-En...
 
AppJetty_ Microblog_ How to Sync Outlook Calendar With Dynamics 365 and Calen...
AppJetty_ Microblog_ How to Sync Outlook Calendar With Dynamics 365 and Calen...AppJetty_ Microblog_ How to Sync Outlook Calendar With Dynamics 365 and Calen...
AppJetty_ Microblog_ How to Sync Outlook Calendar With Dynamics 365 and Calen...
 
AppJetty_ Microblog_ Top 5 Alternatives to Microsoft Bookings for Dynamics 36...
AppJetty_ Microblog_ Top 5 Alternatives to Microsoft Bookings for Dynamics 36...AppJetty_ Microblog_ Top 5 Alternatives to Microsoft Bookings for Dynamics 36...
AppJetty_ Microblog_ Top 5 Alternatives to Microsoft Bookings for Dynamics 36...
 
AppJetty_ Microblog_ Supercharge Your Dynamics 365 CRM with Entity Calendar o...
AppJetty_ Microblog_ Supercharge Your Dynamics 365 CRM with Entity Calendar o...AppJetty_ Microblog_ Supercharge Your Dynamics 365 CRM with Entity Calendar o...
AppJetty_ Microblog_ Supercharge Your Dynamics 365 CRM with Entity Calendar o...
 
AppJetty_ Microblog_ MappyField 365 for Marketing and Sales Team.pdf
AppJetty_ Microblog_ MappyField 365 for Marketing and Sales Team.pdfAppJetty_ Microblog_ MappyField 365 for Marketing and Sales Team.pdf
AppJetty_ Microblog_ MappyField 365 for Marketing and Sales Team.pdf
 
AppJetty_ Microblog_ Calendar 365 for Project Management.pdf
AppJetty_ Microblog_ Calendar 365 for Project Management.pdfAppJetty_ Microblog_ Calendar 365 for Project Management.pdf
AppJetty_ Microblog_ Calendar 365 for Project Management.pdf
 
AppJetty_ Microblog_ How to Create a Follow-Up Appointment in Resource Calend...
AppJetty_ Microblog_ How to Create a Follow-Up Appointment in Resource Calend...AppJetty_ Microblog_ How to Create a Follow-Up Appointment in Resource Calend...
AppJetty_ Microblog_ How to Create a Follow-Up Appointment in Resource Calend...
 
AppJetty_ Microblog_ How to Filter Activity Based on Custom Field in Entity C...
AppJetty_ Microblog_ How to Filter Activity Based on Custom Field in Entity C...AppJetty_ Microblog_ How to Filter Activity Based on Custom Field in Entity C...
AppJetty_ Microblog_ How to Filter Activity Based on Custom Field in Entity C...
 
AppJetty_ Microblog_ How to Create and Save Visit Planner in MappyField.pdf
AppJetty_ Microblog_ How to Create and Save Visit Planner in MappyField.pdfAppJetty_ Microblog_ How to Create and Save Visit Planner in MappyField.pdf
AppJetty_ Microblog_ How to Create and Save Visit Planner in MappyField.pdf
 
How to Approve/Reject Pending Check-in/Check-out in MappyField 365
How to Approve/Reject Pending Check-in/Check-out in MappyField 365How to Approve/Reject Pending Check-in/Check-out in MappyField 365
How to Approve/Reject Pending Check-in/Check-out in MappyField 365
 
How to View Activities in the Calendar View in MappyField 365.pdf
How to View Activities in the Calendar View in MappyField 365.pdfHow to View Activities in the Calendar View in MappyField 365.pdf
How to View Activities in the Calendar View in MappyField 365.pdf
 
How to Use and Configure Desktop Notifications in Calendar 365.pdf
How to Use and Configure Desktop Notifications in Calendar 365.pdfHow to Use and Configure Desktop Notifications in Calendar 365.pdf
How to Use and Configure Desktop Notifications in Calendar 365.pdf
 

Kürzlich hochgeladen

FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
amitlee9823
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Abortion pills in Kuwait Cytotec pills in Kuwait
 

Kürzlich hochgeladen (20)

KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 

Magento 2 Advance Shop By Brand Extension

  • 1. USER MANUAL Advance Shop By Brand Version: 1.0.2 Compatibility: Community Edition 2.0.* TABLE OF CONTENTS Introduction ......................................................1 Benefits of Advance Shop By Brand ................1 Installation & Activation...................................2 Installation Steps...........................................2 Installation via Composer.............................3 Extension Activation.........................................5 How it Works?...................................................6 Back end Configuration: ...............................6 Front end Configuration:........................... 12 Points to Note:............................................... 13 FAQ: ................................................................ 14 Contact Us ...................................................... 15
  • 2. USER MANUAL – Advance Shop By Brand www.appjetty.com 1 Introduction Shop by Brand Magento 2 Extension allows store customers to shop products based on their brand preferences. As a store admin it allows adding of brand attributes to products and shows them all the brand details in the frontend. Customers can also filter products by brand on category pages. Managing brands of products from the admin side has never become very easy! Benefits of Advance Shop By Brand  Improve sales of any brand through this easy-to-manage extension.  Helps customers to quickly find out the products and brands they are looking for.  Improves business as you can get to know which ones are the best-selling brands.  Reduces shopping time and efforts.  Improves shopping experience of customers.
  • 3. USER MANUAL – Advance Shop By Brand www.appjetty.com 2 Installation & Activation Installation Steps Mandatory Instruction: Kindly ensure that Magento 2 is set up correctly. Enter developer mode before initiating the installation. You can achieve the mode by running the following command: bin/magento deploy:mode:set developer -s It will enable the developer mode and skip compilation. You can enter default mode after successful installation of the extension. Manual Installation (Installing Magento 2 extension by copying code) Step 1: For Windows OS:  Go to <your Magento install dir>/app/code. Under that, create the folders using following hierarchy: o Biztech o Shop By Brand For Linux OS:  Enter the following commands keeping their order: cd <your Magento install dir>/app/code mkdir -p Biztech/Shop By Brand  After this, find the Download Zip and extract all files and folders in Biztech/ Shop By Brand. Step 2:  After the successful installation you have to run the command on Magento2 root directory-“php bin/magento setup:upgrade”.  If you see blank page or permission error, go to Terminal (Linux)/ Command Prompt (Windows). cd [magento root directory][var] run the following command $ chmod –R 777 * Step 3:  After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools (section) → CACHE MANAGEMENT to clear the cache.
  • 4. USER MANUAL – Advance Shop By Brand www.appjetty.com 3 Step 4:  After successful installation, you can see the “Advance Shop By Brand” under BIZTECH tab inside STORES → CONFIGURATION. Installation via Composer Step 1:  Install composer from this link. If you already installed composer, skip this step. Step 2:  Go to app → Code → Biztech → Product Designer, right click on composer.json and select use composer here.
  • 5. USER MANUAL – Advance Shop By Brand www.appjetty.com 4 Step 3: After that you can see command prompt where you have to run the following command: - composer update
  • 6. USER MANUAL – Advance Shop By Brand www.appjetty.com 5 Step 4:  Now go to [magento root directory] and right click on use Composer here. Step 5:  You can see the cmd window and run the following command here: - php bin/magento setup:upgrade Step 6:  After running the command, log into the admin panel and clear the Cache. Go to SYSTEM →Tools (section) → CACHE MANAGEMENT to clear the cache. Step 7:  After successful installation, you can see the “Manufacturer” under BIZTECH tab inside STORES → CONFIGURATION. Extension Activation Step 1: Copy an activation key  Copy the activation key from the Order Confirmation Mail. OR  Log into your account at www.appjetty.com using the email and password you have provided at checkout process.  Go to Downloadable Options and copy the activation key for the Advance Shop By Brand extension. Step 2: Activate the extension  Log into Magento Admin Panel and go to Stores → Configuration → Biztech → Manufacturer Activation and enter the activation key in the ''Activation Key'' field and then click the “Save Config” button. Step 3: Select Websites  When you enter and save the key it will be verified and you can select the websites where you need to use the Advance Shop By Brand extension. Click the ''Save Config'' button after making your selections.
  • 7. USER MANUAL – Advance Shop By Brand www.appjetty.com 6 How it Works? Back end Configuration: Please follow the below steps to configure Advance Shop by Brand extension. Go to STORES → Configuration. In the left column you will see the tab BIZTECH → Manufacturer. Step 1: General Configuration  Enabled: Select “Yes” to enable the extension.  Show in top menu: Select “Yes” to display manufacturer in top menu.  Show in Top Links: Select “Yes” to display manufacturer in top link.  Image Resolution: You can set the image resolution here, so that the logo at front end will be of same size irrespective of its own resolution. Step 2: Left/Right Navigation Configuration  Enabled: Select “Yes” to display brands in layered navigation.  Display Option: You can choose from logo, name or both.  Image Resolution: Enter the image resolution to have same size logo of brands on layered navigation.  Show Featured Brands on Left/Right Sidebar: Select “Yes” to show Featured Brands in the sidebar.  Display Featured Brands in Block/Slider: You can display the featured brands in either block or slider. The slider configuration appears if you select slide.
  • 8. USER MANUAL – Advance Shop By Brand www.appjetty.com 7 Step 3: Manufacturer List Configuration  Enabled: Select “Yes” to display all the brand logo.  Hide Brands without Products: If yes, then will not show brands without products at front end.  Hide Brands with obsolete products: This option will be available when above option is set to “Yes”. If yes, then will not show brands if assigned all products are not in stock.  Display option: You can choose only logo or both logo and name.  Attribute Code: Admin can select attribute from the dropdown to which manufacturer data is added. Refer Step 9 for further information.  Image Resolution: Enter the image resolution to have same size logo of brands on list page.
  • 9. USER MANUAL – Advance Shop By Brand www.appjetty.com 8 Step 4: Brand Sitemap Options  For SEO purpose no need to manually add brands for Google Sitemap. Step 5: Product View Configuration  Enabled: Select “Yes” to display brand logo on product detail page.  Image Resolution: Enter the image resolution to have same size logo of brand on product page. Step 6: Slider Configuration  Enabled: Select “Yes” to show brand slider on list page.  Slides: Enter the number of images to be displayed in the slider at a time. (by default 4)  Slide Margin: Enter the margin to be shown between two slides.  Image Resolution: Enter the image resolution to have same size logo of brand on slider. Step 7: Pagination settings
  • 10. USER MANUAL – Advance Shop By Brand www.appjetty.com 9  Enable toolbar on Manufacturer list page: Select “Yes” to show pagination bar on list page.  Enable toolbar on Manufacturer View page: Select “Yes” to show pagination bar on brand view page. Step 8: Search Settings  Show Manufacturer: Select “Yes” to show manufacturer dropdown next to the search box. Step 9: Add Manufacturer  Go to STORES → Attributes → Product. You can add brand names in any of the attribute listed in Step 3 → Attribute code.  So select the attribute and add the brand names here.  Go to Manufacturer. Click on “Add Manufacturer”.
  • 11. USER MANUAL – Advance Shop By Brand www.appjetty.com 10  Select Manufacturer: Choose the manufacturer from dropdown. The values added in the attribute will display here.  Status: Select “Enabled” to keep it active.  Show in Sidebar: Select “Yes” to show this brand in the sidebar.  Is Featured: Select “Yes” to show this brand as featured.  Priority: You can set priority for brands to display them accordingly.  Manufacturer Logo: Choose an image (greater than 100 * 100) to be displayed as brand logo.  Description: Enter description about brand to be shown at list page.  Short Description: Enter short description about brand to be shown at list page.  Meta title, keyword and description: You can enter Meta details specific to brands.  URL key: Enter the URL key for brand. Step 10: Associate Products to Brand
  • 12. USER MANUAL – Advance Shop By Brand www.appjetty.com 11  Go to PRODUCTS → Catalog. Open any product in edit view. Look for Manufacturer label and select the appropriate brand from the dropdown.  Save the product.
  • 13. USER MANUAL – Advance Shop By Brand www.appjetty.com 12 Front end Configuration:  Home page: It shows Manufacturer in main menu, search box and side bar.  List page: It shows all the active brands in alphabetic listing with layered navigation, pagination bar and slider.  View page: The brand view page shows its name, logo and description with pagination bar and its associated products.
  • 14. USER MANUAL – Advance Shop By Brand www.appjetty.com 13  Product page: The product page will have clickable brand logo which redirects to brand page. It also shows more products from same brand. Points to Note:  Re indexing:  Go to System → Index management. Select Manufacturer URLs and Manufacturer data for re indexing.  Purpose: for Manufacturer data, suppose you create another store and add a new store view, then entire data is copied to the store view except manufacturer. So to copy this re indexing is provided.  Purpose: Manufacturer URLs, in case brand URLs are deleted, then on re indexing this will create new URLs.
  • 15. USER MANUAL – Advance Shop By Brand www.appjetty.com 14 FAQ: 1. Which Magento version is Advance Shop by Brand compatible with? Ans. The current Advance Shop by Brand / Manufacturer version is compatible with: Community Edition: 2.0.*. 2. Is it mandatory to add brand values to the attribute? Ans. Yes, you need to add the brand values as explained to create brands. 3. I am not able to see extension on my website or checkout or cart page Ans. If you are using any custom theme, then please make sure that extension is installed in custom theme directory. You can refer the steps above. 4. Does extension allow assigning the manufacturer to a product through the manufacturer manager or through the product page? Ans. This extension allows admin to assign manufacturer to a product through the product page. 5. The images for brand logo are different sizes. How to even them at front end? Ans. There is a configuration called “Image Resolution” where you can specify the height and width of logo to be displayed at front end. Kindly click the “Clean Cache” button to see the change. 6. I don’t find any value in the “Select Manufacturer” field while adding the brand. Any clue? Ans. Kindly make sure that you have populated the brand values in the attribute and selected that attribute in the configuration.
  • 16. USER MANUAL – Advance Shop By Brand www.appjetty.com 15 Contact Us We simplify your business, offer unique business solution in digital web and IT landscapes. Customization:  If you would like to customize or discuss about additional feature for Advance Shop By Brand, please write to sales@appjetty.com Tickets  Raise tickets for your specific question!  Send an email to support@appjetty.com or you can login to my account www.appjetty.com and click on My Support Tickets on your account dashboard, to get answers to your specificquestions. Our team willwork to respond to your query prompt. Live Chat  Get instant support with our Live Chat.  Visitour productpage at: https://www.appjetty.com/magento2-advance- shop-by-brand.htm and clickon theLiveChat button for instant support.