Conversation
supportI am experiencing an issue with this plugin when exporting data to a CSV file using WP All Export. Instead of showing the actual ticket number, the CSV file displays “1,1,1” repeatedly. I want the export to show the correct ticket numbers. I am currently using the _rpwoo_ticket_no value in the WP All Export plugin for this purpose. Could you please guide me on which value I should use to get the exact ticket number? I have also attached a screenshot below to illustrate the issue. This topic was modified 1 year, 7 months ago by Suffian Shakoor .
Hi, The generated raffle tickets are not stored in order metadata. Raffle tickets are stored in dedicated table for fast processing. Regards Dan
We also have a php function option to export the table can you please provide me the code so we can export it
There is no code to export. As I said the tickets are saved in a dedicated table. The free version does not have export capabilities. Regards
I am using the paid version of the plugin, and in the plugin settings, I am able to export data properly, and the correct tickets are displayed. However, I want to achieve the same result using WP All Export. For that, could you please provide me with the name of the dedicated table? This reply was modified 1 year, 7 months ago by Suffian Shakoor .
Raffleplaywoo_main.
Thanks, it was really helpful, and I resolved my issue using a custom PHP function through a query.
Hi, The generated raffle tickets are not stored in order metadata. Raffle tickets are stored in dedicated table for fast processing. Regards Dan
We also have a php function option to export the table can you please provide me the code so we can export it
There is no code to export. As I said the tickets are saved in a dedicated table. The free version does not have export capabilities. Regards
I am using the paid version of the plugin, and in the plugin settings, I am able to export data properly, and the correct tickets are displayed. However, I want to achieve the same result using WP All Export. For that, could you please provide me with the name of the dedicated table? This reply was modified 1 year, 7 months ago by Suffian Shakoor .
Raffleplaywoo_main.
Thanks, it was really helpful, and I resolved my issue using a custom PHP function through a query.