dan009
Forum Replies Created
-
Forum: Plugins
In reply to: [Raffle Play Woocommerce] prueba del productoHi,
I have used google translate to read the text in english.
Free version has only one raffle, the default one. You can have unlimited products linked to the default raffle, with unlimited raffle tickets per product.
Also there is no limit of tickets can be generated for default raffle.
If you are interested in the premium, I cannot discuss it here as per wordpress forum guideliness.
You need to visit https://www.tuskcode.com and complete the form there to get in touch.
Let me know if the above explanation is satisfactory.
Regards,
Dan.
Forum: Plugins
In reply to: [Raffle Play Woocommerce] No Ticket Generated with PayalForum: Plugins
In reply to: [Raffle Play Woocommerce] No Ticket Generated with PayalForum: Plugins
In reply to: [Raffle Play Woocommerce] No Ticket Generated with PayalThere can be different instances where the issue might arise.
The plugin you are using to take paypal payments releases the email before the payment is done with paypal, therefore the order is not marked as processing or completed, and not tickets are generated to be attach to email.
Another thing is, sometimes Paypal is delaying the payment for the gambling products, or blocking them, you could add a mean test by asking the buyer a general question.
I would recommend changing the plugin that does that captures the paypal payments and see if any different. I suspect is the first issue.
Do you have the same issue when taking payments by card?
Let me know if any changes.
Regards,
Dan.
Forum: Plugins
In reply to: [Raffle Play Woocommerce] No Tickets GeneratedHi @jzybrands
Is this issue resolved?
Forum: Plugins
In reply to: [Raffle Play Woocommerce] No Tickets GeneratedFantastic news.
if fixed, please mark this tread as resolved.
All the best,
dan
Forum: Plugins
In reply to: [Raffle Play Woocommerce] No Tickets GeneratedHi,
Does the order have processing or completed status.
Tickets are only generated on these two order status.
What payment plugin are you using?
regards,
Dan
Forum: Plugins
In reply to: [Raffle Play Woocommerce] Assign tickets to WooCommerce variationsForum: Plugins
In reply to: [Raffle Play Woocommerce] Assign tickets to WooCommerce variationsHi @chriscaferra,
Raffle tickets variations is not available in the free version, only premium.
But you can create a new product, and assign 10 tickets to the same raffle.
You will have two raffle products, one with 5 tickets and the other one with 10 tickets.
Let me know if the above explanation is satifactory.
Regards,
Dan.
Forum: Plugins
In reply to: [Raffle Play Woocommerce] Winner SelectionIs the above explanation understandable?
Forum: Plugins
In reply to: [Raffle Play Woocommerce] Plugin Check errorsHi @marklcm
I understand your point. Is very hard to code in the way the plugin checker does the checking.
Out of curiosity, have you tried checking Woocommerce ?
Give it a try, make sure you have enough memory on your server.
Regards,
Dan.
Forum: Plugins
In reply to: [Raffle Play Woocommerce] Plugin Check errorsHi @marklcm
I’ve looked at the plugin and ran a test.
The results are not accurate due to the way it processes the files in the plugin.
I use the wordpress guidelines of building the plugins.
$text = esc_html( '<p>This is some text</p>' ); echo $text;
The above code is perfectly valid and safe, but the plugin will flag it as Error because the text is not escaped but in fact is escaped.
$url = "https://example.com?q=search"; $url_esc = esc_url( $url); echo $url;
For the above will complain the url is not escaped, but it is.
Hope you get my point.
The plugin uses nonce for all ajax requests.
Doing my best to keep it at wordpress coding standards.
Let me know if you have any other questions.
Regards,
Dan.
Forum: Plugins
In reply to: [Raffle Play Woocommerce] Winner Page not working correctlyHi,
The winner’s page does not record on the free version.
If you have the premium version, please contact the developer, but don’t post here.
Thank you.