Magento 2 PDF Catalog

10
PDF Catalog for Magento 2 © Meetanshi PDF Catalog for Magento 2 User Guide Table of Content 1. Extension Installation Guide 2. Configuration 3. Product List View Display Settings 4. Product Grid View Display Settings 5. Product Attribute Inclusion 6. PDF Catalog in Frontend 7. Printing PDF Catalog from Backend

description

Magento 2 PDF Catalog by Meetanshi is the best tool to create PDF catalogs for products and categories. Offering a better shopping experience is more of a requirement than benefit when it comes to E-commerce business due to the cutthroat competition. In such scenarios, any tools that make it easier to improve the user experience are welcome. Hence, Meetanshi has developed Magento 2 PDF Catalog extension. It allows creating PDF catalogs that prompt conversion due to its media-rich and updated content. The feature-rich module allows you to design the PDF catalog design and access product pages easily using QR codes! Magento 2 PDF Catalog is what you need if you are a B2B business or any type of business that offer products over multiple sales channel! Benefits of Magento 2 PDF Catalog: • Print pdf catalogs quickly • Upload image for PDF cover background • Select the PDF text color • Add product attributes to display in PDF catalog • Show custom text in the PDF footer • Show the date in any required format in the header • Allow catalog printing based on: o customer groups o for child product only o for child product & parent product • Multiple options for the product sorting in pdf • Option to order products in PDF in ascending or descending order • Configure the product list view and the product grid view, set the limit of description character display and enable read more link • Offers QR code to access the product pages • The admin can include the selected product attribute in PDF catalog • Allow printing catalog from the frontend • Print the PDF catalog either in grid or list view • Print the PDF catalog from the backend category page. For more information, visit https://meetanshi.com/magento-2-pdf-catalog.html

Transcript of Magento 2 PDF Catalog

Page 1: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

PDF Catalog for Magento 2

User Guide

Table of Content

1. Extension Installation Guide

2. Configuration

3. Product List View Display Settings

4. Product Grid View Display Settings

5. Product Attribute Inclusion

6. PDF Catalog in Frontend

7. Printing PDF Catalog from Backend

Page 2: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

1. Extension Installation • Create a folder structure in Magento root as app/code/Meetanshi/PrintCatalog • Download and extract the zip folder and upload our extension files to the

app/code/Meetanshi/PrintCatalog via FTP. • Login to your SSH and run below commands step by step:

o composer require mikehaertl/phpwkhtmltopdf o composer require h4cc/wkhtmltopdf-amd64 o php bin/magento setup:upgrade o For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy o For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f o php bin/magento cache:flush

Note: Don’t forget to install mikehaertl and h4cc libraries to make PDF catalog work.

Also, after installing the libraries, go to Stores → Configuration → Advanced → PDF Generation

and make the following settings.

• Wkhtmltopdf binary: Add path to wkhtmltopdf binary file path -

[magento_root]/vendor/bin/wkhtmltopdf-amd64

• Use built-in Xvfb Support: Set No here to avoid confliction of Xvfb with server while

creating PDFs.

2. Configuration For configuring the extension, login to Magento 2, move to Stores → Configuration → PDF

Catalog where you can find various settings to enable the extension.

Page 3: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

• PDF Catalog: Enable the PDF Catalog extension from here.

• Cover Page Background: Upload PDF cover page image.

• Text Color: Set the color of the PDF text.

• Product Attributes in PDF: Add product attributes to show their details along with the

products in PDF.

• Footer Text: Set text to show in the PDF footer.

• Display Date in Header: Select YES to display the date in PDF header.

• Date Display Format: Set the format of the date display in PDF.

• Allowed Customer Groups: Select customer groups to allow printing PDF catalog from the

category page.

• Print Catalog for: Select for which products you want to allow printing the PDF catalog.

• Arrange Product Sorting in PDF by: Select the sort option for the product arrangement in

the PDF catalog.

• Order Products in PDF by: Select order by option for the products in PDF catalog.

Page 4: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

3. Product List View Display Settings The extension allows both the users and the admin to print the catalog in two views. Make

settings for the list view display of products in the PDF catalog.

• Border Color: Set border color for the list view box.

• Box Height: Set the height of the list view box.

• Product Title Color: Set the color of the product title display in the PDF catalog.

• Product Attribute Label Color: Set the color of the product attribute label display in the PDF

catalog.

• Product Attribute Value Color: Set the color of the product attribute value display in the

PDF catalog.

• Description Display Character Limit: Set the character limit display for the product

description in PDF.

• Display Read More Link: Set YES to display read more link for the product description.

• Enable QR Codes: Set YES to enable QR codes for the products in the PDF catalog.

Page 5: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

4. Product Grid View Display Settings Make settings for the grid view display of products in the PDF catalog.

• Enable Grid Border: Select YES to enable the border for the grid box in PDF.

• Border Color: Set border color for the grid view box.

• Per Page Products: Select the number of the products to be displayed per page in PDF.

• Product Title Color: Set the color of the product title display in the PDF catalog.

• Product Attribute Label Color: Set the color of the product attribute label display in the PDF

catalog.

• Product Attribute Value Color: Set the color of the product attribute value display in the

PDF catalog.

• Description Display Character Limit: Set the character limit display for the product

description in PDF.

• Display Read More Link: Set YES to display read more link for the product description.

• Enable QR Codes: Set YES to enable QR codes for the products in the PDF catalog.

Page 6: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

5. Product Attribute Inclusion The extension only allows adding product attributes in the PDF catalog if it’s enabled for the

extension. To enable product attributes to allow adding in the PDF catalog, go to Stores →

Attributes → Product → Click on one of the product attributes → Attribute Information →

Properties → Advanced Attribute Properties and select “Yes” to Allow Inclusion in PDF

Catalog. Only product attributes with the option YES to “Allow Inclusion in PDF Catalog” will

be shown in the configuration section.

Page 7: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

6. PDF Catalog in Frontend Once the required configurations are done, customers can see the “Print Catalog” button on the

category page.

Page 8: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

• Print Catalog Options

On the click of the “Print Catalog” button from the category page, customers get additional

options to be selected prior to catalog PDF printing.

o Print PDF Catalog Layout View: Select one of the catalog layout view options.

o Product Categories/Sub Categories Headings: Tick the checkbox to print the

category/subcategory name in PDF header.

o Title/Cover Page: Tick the checkbox to print the cover page in PDF.

o Table of Contents with Page Numbers: Tick the checkbox to print table of contents with

page numbers in PDF catalog.

Page 9: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

• PDF Catalog Grid View

• PDF Catalog List View

Page 10: Magento 2 PDF Catalog

PDF Catalog for Magento 2 © Meetanshi

7. Printing PDF Catalog from Backend Apart from the frontend, the admin can also print a PDF catalog from the Catalog → Manage

Categories section in the backend. The admin gets the same download options for the PDF

layout and other options prior to downloading the PDF catalog.