Options
- daysago: Specifies a limit to the orders retrieved based on the number of days from the present
Examples
<?php if(shopp('customer','has-purchases')) { … } ?>
<?php if(shopp('customer','has-purchases')): ?> …content shown if the customer has orders… <?php endwhile; ?>
You must be logged in to post a comment.