Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in administrator 
  2. Go to Settings
  3. On the General Tab - 
    1. Turn on "PDF Catalogue Export Module Enabled"
    2. Set the "Json Field Group For Pdf Catalogue Export Template" to the name of the field group for the fields that can be exported
    3. Set the "Export Catalogue Wizard Completed Template" to the name of the template for the file contentsemail that goes to the user
    4. Set the "PDF Conversion Routine"  to "ExpertPDF"
    5. Set the "Export Catalogue Wizard Step1 Template"  to the template for step 1
    6. Set the "Export Catalogue Wizard Step2 Template"  to the template for step 2 (optional)
    7. Set the "Export Catalogue Wizard Step3 Template"  to the template for step 3 (optional)
    8. Set "Price List Report Allowed File Types" to "csv"
    9. Set "Pdf Catalogue Export Price List Base Template Csv"  to the template for the export base
  4. Set up a new menu item for with the following options selected:
    1. Pagename = pdfcatalogueexportwizard.aspx
    2. Parameter = CatalogueReportMode=PriceList

...

Use: Used to display the list of reports and to select the first step of the wizard

Code Block
languagecssxml
<a href="#" onclick="var o = getElementById('dTemplateReports'); if (o) { o.style.display = 'block';}">View my created reports</a>                      
<div id="dTemplateReports" style="display:none;">                          
[TemplateUtil.Subtemplate("PDFCatalogeReportList")]                                          
</div>

 

Export Catalogue Wizard Step2 Template

Type: Page

Use: Used to display the information at the top of Step 2 (category selection)

 

Export Catalogue Wizard Step3 Template

Type: Page

Use: Used to display the information at the top of Step 3 

 

Export Catalogue Wizard Completed Template

Type: Email

Use: Used to display the contents of the email that goes to the user

 

Code Block
languagexml
<table width="949" class="MainPanel" border="0">
    <tbody>
        <tr>
            <td colspan="2">
                <a href="/home.aspx">
                    <img border="0" src="images/templateimages/companylogo.jpg">
                </a>
            </td>
        </tr>
        <tr>
            <td colspan="2">
                &nbsp;
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <h3 class="auto-style1">You Electronic Price is ready to download</h3>
            </td>
        </tr>
            
        <tr>
            <td colspan="2">
                <p>You have recently requested a report via our Website.</p>
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <p><a href="{0}">Click Here</a> to download your Electronic Price Book</p>
            </td>
        </tr>            
        <tr>
            <td colspan="2">
                <br>
                <div id="DeliveryInfoContainer">
                    We appreciate your business, <br>
                    XXX Company
                </div>
            </td>            
        </tr>
    </tbody>
</table>

 

Content by Label
showLabelsfalse
max5
spacesDRAFT
sortmodified
showSpacefalse
reversetrue
typepage
labelsexport pricing customer