Joomla Extensions
IOS and Android
eCommerce Templates
Hosting + Joobi Apps + eCommerce Theme
This article explains how to customize the voucher theme.
The difficulty level of this tutorial is quiet high and will require some good understanding of HTML. You need to hire a freelancer to help you out. Theme customization is not part of the Free support we provide for everyone. Please contact Joobi support for Freelancer recommendations.
This method is much better has it allow you to make an design for your theme.
The pdf template is named original.pdf and it is located in joobi/user/theme/coupon/[name of the cloned theme]/The php file called template.php allow you to define the positioning and font style of the text you want to print on the pdf.
This method allow you to generate a pdf from an HTML file.There are limitation on the images due to the pdf library limitation.The HTML template file is called default.php
Please note if template.php fine is present into the template the method 1 will be used to generate the pdf.If you want to use the older method number 2 and generate the pdf from an HTML file you need to rename template.php to something else.
jVouchers >> Tools >> Theme >> Sample Coupon
To remove some information from the coupon you need to comment that block of code. That means you need to put the code between: /* some_code */
/* if ( !empty( $InformationO->vendorPhone ) ) { // phone number$addresY += 6;$this->SetXY( 160, $addresY );$this->Write( 10, $InformationO->vendorPhone );} */