+ Reply to Thread
Results 1 to 5 of 5

Thread: Configure PDF Export

  1. #1

    Configure PDF Export

    Is it possible to select the information that appears in the PDF?

    Example:
    In the seller info, just display the name and email in the PDF

  2. #2
    Hello Marc,

    You disable it in \plugins\PdfExport\PdfExport.inc.php file, open it in row ~ 139 and comment or remove additional fields.

    Attached Images Attached Images
    Thank you, Curtis.
    @Flynax Company

  3. #3
    Hi Curtis,

    is it possible to add an IF(condition), if a viewer is log to website or not?

    Thanks

  4. #4
    Quote Originally Posted by Patrick Boudreau View Post
    Hi Curtis,

    is it possible to add an IF(condition), if a viewer is log to website or not?

    Thanks
    Yes, of course. Try use the following condition:

    PHP Code:
    Only registered members can view the code
    Thank you, Curtis.
    @Flynax Company

  5. #5
    thanks Curtis

+ Reply to Thread