WPIntell

Source evidence

Issue with Exporting Ticket Numbers Using WP All Export Plugin

Raffle Play Woocommerce · support · 2024-10-09T06:54:00+00:00

mixedsentiment
mediumseverity
0.85relevance
6replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Suffian Shakoor resolved
I 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.

Comments

6 shown
dan009 2024-10-09T07:05:00+00:00

Hi, The generated raffle tickets are not stored in order metadata. Raffle tickets are stored in dedicated table for fast processing. Regards Dan

Suffian Shakoor 2024-10-09T07:14:00+00:00

We also have a php function option to export the table can you please provide me the code so we can export it

dan009 2024-10-09T07:24:00+00:00

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

Suffian Shakoor 2024-10-09T07:44:00+00:00

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 .

dan009 2024-10-10T06:11:00+00:00

Raffleplaywoo_main.

Suffian Shakoor 2024-10-10T06:22:00+00:00

Thanks, it was really helpful, and I resolved my issue using a custom PHP function through a query.