Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // Show max tickets per user value
- // copy template lottery-info.php to child_theme\woocommerce\single-product\lottery-info.php and add line below anywhere in template
- ?>
- Max tickets per user: <?php echo $product->get_max_tickets_per_user(); ?>
Advertisement
Add Comment
Please, Sign In to add comment