Anything you can imagine. The most popular use of such gift cards is for any celebrations (birthday, wedding day, baby shower), Holidays, and special days throughout the year. The plugin gives you a better way to reach more customers that want to buy such vouchers as gifts for their loved ones.
WooCommerce PDF Vouchers v3.6.1 – WordPress Plugin
2022-11-21T21:04:21+00:00 CRITICAL Uncaught TypeError: property_exists(): Argument #1 ($object_or_class) must be of type objectstring, null given in .../wp-content/plugins/wpforo/includes/functions.php:2911 Stack trace: #0 .../wp-content/plugins/wpforo/includes/functions.php(2911): property_exists(NULL, 'components') #1 .../wp-content/plugins/wpforo/includes/functions-template.php(106): wpforo_setting('components', 'page_title') #2 .../wp-includes/class-wp-hook.php(308): wpforo_hide_title('An awesome title', 134120) #3 .../wp-includes/plugin.php(205): WP_Hook->apply_filters('An awesome title', Array) #4 .../wp-includes/post-template.php(173): apply_filters('the_title', 'An awesome title', 134120) #5 .../wp-content/plugins/woocommerce-pdf-product-vouchers/includes/customizer/class-wc-pdf-product-vouchers-customizer.php(638): get_the_title(Object(WP_Post))
Search FAQs I need the Demo settings. Where can I find them? The demo settings are below. You can just import them via the settings...> View Article I only get strange signs in my PDF If you get something like %PDF-1.4 % then please make sure you have installed the following PHP extensions mbstring gdPlease contact your hosting partner if you do not know how to install these extensions.> View Article Timeouts when creating full catalog When you try to create the full catalog, but have many products / product categories we recommend the following: Increase the PHP max_execution_time (see here how) Turn on the Caching (WooCommerce > PDF Catalog > General > Enable...> View Article Images in PDF displays as a red cross (https / mpdf) First please make sure, that you are not on a localhost AND do not have any .htaccess / .passwd on your sever. Because our plugin uses HTTP to get the images for the PDF creation and if your server blocks the images from public it won't...> View Article How I can change the css style of top variation attributes background? You can change the background color of the variations table inside the PDF like this:.woocommerce-pdf-catalog-variations .variation-head-row, .woocommerce-pdf-catalog-variations .variation-head-row th background-color: red;> View Article How can I add custom Styles to the PDF Catalog? When you want to add some styles to the PDF you should go to Advanced Settings > Enable debug mode.When you create the PDF then the raw html will be shown. This you can use to identify elements, that you want to style.The custom styles...> View Article I get a 500 Error when installing the plugin? You need to: Increase memory_limit Increas php_max_execution timeEdit your .htaccess file and add the following:php_value upload_max_filesize 1000Mphp_value post_max_size 2000Mphp_value memory_limit 512Mphp_value max_execution_time...> View Article The HTML code size is larger than pcre.backtrack_limit If you get the issue message "The HTML code size is larger than pcre.backtrack_limit 1000000. You should use WriteHTML() with smaller string lengths." you can try the following: activate "Split HTML into Chunks" in advanced settings...> View Article Are Discount Plugins supported? We use the WooCommerce standard get_price_html function to get the price for a product. If your 3rd party plugin hooks into this function it will work.You could hook yourself into the filter applied there like the following:// define the...> View Article Generating Large PDF Catalogs If you have many products like above 500 or many products in multiple categories, the full catalog may stop rendering and gives you a 500 / 504 error. However the category catalog still works (of course dependent on the amount of products inside...> View Article Cannot find TTF TrueType font file DejaVuSans-Bold.ttf Issue fixed in 1.6.9 - we added support for ATUM in 1.6.9The error "Cannot find TTF TrueType font file DejaVuSans-Bold.ttf occurs when you have installed the ATUM WooCommerce Plugin on your site. The developers of the plugin also use a version...> View Article How to add custom Data to the WooCommerce Products PDF? If you want to add / show some custom data like post meta or similar, you can use one of our hooks. An example: add_filter( 'woocommerce_pdf_catalog_before_product_information_categories', 'show_case_pack_in_pdf', 10, 2); function...> View Article Export WooCommerce Wishlists as PDF Our WooCommerce Wishlist plugin is fully supported by our PDF Catalog plugin.If users create a wishlist and you have enabled Wishlist PDF export in plugin settings, they will see an export button as seen below.export woocommerce wishlist...> View Article How do I stop Google from indexing PDF exports? If you want Google to stop indexing the post, product or category PDF exports, you need to exclude the URL parameters within the Google Search Console.An example how to do this can you see here: URL Paramters in Google Search Console> View Article How can I add custom Fonts to my PDF Files? We do not offer custom fonts by default due to licenses. You can read here how to implement custom Fonts: -languages/fonts-in-mpdf-7-x.html> View Article How to not index PDF Catalogs or Products If you want to prevent Google from indexing your exported PDF catalogs or products in WooCommerce you have to add the following lines into your robots.txtDisallow: /*?*pdf-catalog=Disallow: /*?*print-products=For existing indexed pages...> View Article Are custom PDF layouts possible? If none of the built in PDF layouts are what you are looking for then there are two solutions for your own custom PDF template.First option: code your own template in PHP.Print products PDFTherefore you can use one of the two...> View Article "@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":["@type":"Question","name":"I need the Demo settings. Where can I find them?","acceptedAnswer":"@type":"Answer","text":"The demo settings are below. You can just import them via the settings...","@type":"Question","name":"I only get strange signs in my PDF","acceptedAnswer":"@type":"Answer","text":"If you get something like %PDF-1.4 % then please make sure you have installed the following PHP extensions mbstring gdPlease contact your hosting partner if you do not know how to install these extensions.","@type":"Question","name":"Timeouts when creating full catalog","acceptedAnswer":"@type":"Answer","text":"When you try to create the full catalog, but have many products \/ product categories we recommend the following: Increase the PHP max_execution_time (see here how) Turn on the Caching (WooCommerce > PDF Catalog > General > Enable...","@type":"Question","name":"Images in PDF displays as a red cross (https \/ mpdf)","acceptedAnswer":"@type":"Answer","text":"First please make sure, that you are not on a localhost AND do not have any .htaccess \/ .passwd on your sever. Because our plugin uses HTTP to get the images for the PDF creation and if your server blocks the images from public it won't...","@type":"Question","name":"How I can change the css style of top variation attributes background?","acceptedAnswer":"@type":"Answer","text":"You can change the background color of the variations table inside the PDF like this:.woocommerce-pdf-catalog-variations .variation-head-row, .woocommerce-pdf-catalog-variations .variation-head-row th background-color: red;","@type":"Question","name":"How can I add custom Styles to the PDF Catalog?","acceptedAnswer":"@type":"Answer","text":"When you want to add some styles to the PDF you should go to Advanced Settings > Enable debug mode.When you create the PDF then the raw html will be shown. This you can use to identify elements, that you want to style.The custom styles...","@type":"Question","name":"I get a 500 Error when installing the plugin?","acceptedAnswer":"@type":"Answer","text":"You need to: Increase memory_limit Increas php_max_execution timeEdit your .htaccess file and add the following:php_value upload_max_filesize 1000Mphp_value post_max_size 2000Mphp_value memory_limit 512Mphp_value max_execution_time...","@type":"Question","name":"The HTML code size is larger than pcre.backtrack_limit","acceptedAnswer":"@type":"Answer","text":"If you get the issue message \"The HTML code size is larger than pcre.backtrack_limit 1000000. You should use WriteHTML() with smaller string lengths.\" you can try the following: activate \"Split HTML into Chunks\" in advanced settings...","@type":"Question","name":"Are Discount Plugins supported?","acceptedAnswer":"@type":"Answer","text":"We use the WooCommerce standard get_price_html function to get the price for a product. If your 3rd party plugin hooks into this function it will work.You could hook yourself into the filter applied there like the following:\/\/ define the...","@type":"Question","name":"Generating Large PDF Catalogs","acceptedAnswer":"@type":"Answer","text":"If you have many products like above 500 or many products in multiple categories, the full catalog may stop rendering and gives you a 500 \/ 504 error. However the category catalog still works (of course dependent on the amount of products inside...","@type":"Question","name":"Cannot find TTF TrueType font file DejaVuSans-Bold.ttf","acceptedAnswer":"@type":"Answer","text":"Issue fixed in 1.6.9 - we added support for ATUM in 1.6.9The error \"Cannot find TTF TrueType font file DejaVuSans-Bold.ttf occurs when you have installed the ATUM WooCommerce Plugin on your site. The developers of the plugin also use a version...","@type":"Question","name":"How to add custom Data to the WooCommerce Products PDF?","acceptedAnswer":"@type":"Answer","text":"If you want to add \/ show some custom data like post meta or similar, you can use one of our hooks. An example: add_filter( 'woocommerce_pdf_catalog_before_product_information_categories', 'show_case_pack_in_pdf', 10, 2); function...","@type":"Question","name":"Export WooCommerce Wishlists as PDF","acceptedAnswer":"@type":"Answer","text":"Our WooCommerce Wishlist plugin is fully supported by our PDF Catalog plugin.If users create a wishlist and you have enabled Wishlist PDF export in plugin settings, they will see an export button as seen below.export woocommerce wishlist...","@type":"Question","name":"How do I stop Google from indexing PDF exports?","acceptedAnswer":"@type":"Answer","text":"If you want Google to stop indexing the post, product or category PDF exports, you need to exclude the URL parameters within the Google Search Console.An example how to do this can you see here: URL Paramters in Google Search Console","@type":"Question","name":"How can I add custom Fonts to my PDF Files?","acceptedAnswer":"@type":"Answer","text":"We do not offer custom fonts by default due to licenses. You can read here how to implement custom Fonts: https:\/\/mpdf.github.io\/fonts-languages\/fonts-in-mpdf-7-x.html","@type":"Question","name":"How to not index PDF Catalogs or Products","acceptedAnswer":"@type":"Answer","text":"If you want to prevent Google from indexing your exported PDF catalogs or products in WooCommerce you have to add the following lines into your robots.txtDisallow: \/*?*pdf-catalog=Disallow: \/*?*print-products=For existing indexed pages...","@type":"Question","name":"Are custom PDF layouts possible?","acceptedAnswer":"@type":"Answer","text":"If none of the built in PDF layouts are what you are looking for then there are two solutions for your own custom PDF template.First option: code your own template in PHP.Print products PDFTherefore you can use one of the two..."] 2ff7e9595c
Comments