- This topic has 6 replies, 2 voices, and was last updated 13 years, 3 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP PDF Stamper › WP PDF Stamper Troubleshooting › Multiple PDF product with Clickbank
Tagged: multiple pdf stamper clickbank
Hello every one,
I would like to stamp several pdf files in one product with clickbank.
I tried this in the “clickbank-config” file but it’s not working :
<?php
$pdf_stamper_clickbank_items = array(
‘1’ => ‘http://www.etudiantseduisant.com/downloads/etudiantseduisant.pdf’,’http://www.etudiantseduisant.com/downloads/bonus1.pdf’,
);
Could you tell me what is wrong ?
Thanks
The Clickbank integration only expects one file per product. We will have to add in an option for multiple files. We will look into it.
Thank you for the answer.
I bought 2 licences for 2 websites wich sell a multiple pdf product on clickbank.
So an update would be very appreciated
Alex
Added this option in the plugin. You can now specify multiple files per product using a comma (,) to separate the files. For example:
'1' => 'http://www.example.com/myfiles/item1.pdf,http://www.example.com/myfiles/item2.pdf'
Please get a new build of the plugin from here to get this option:
Hello admin,
I updated the plugin but i have this error :
An error occured while trying to process the sale! Error details: Fatal error:
The encoded file [path-to-plugin-file] is corrupt. in Unknown on line 0
Please delete the plugin since a file is corrupted and download another fresh copy from our server then install it. The PDF stamper files are encoded so they can get corrupted sometime when you upload them to your server unless you upload in Binary mode.
Okay thank you. It’s working now.