mirror of
https://github.com/ryanhalliday/woocommerce-ddrp.git
synced 2025-10-04 06:15:25 +08:00
Add a wrapper class to the message
This commit is contained in:
parent
fff6fc7008
commit
5151d8d7eb
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ function som_repeat_purchase_disabled_message(){
|
|||
|
||||
if ( wc_customer_bought_product( wp_get_current_user()->user_email, get_current_user_id(), $product->get_id() ) && ($product->get_downloadable() == 'yes') ) {
|
||||
?>
|
||||
<div class="woocommerce">
|
||||
<div class="woocommerce wc-nonpurchasable-message-wrapper">
|
||||
<div class="woocommerce-info wc-nonpurchasable-message">
|
||||
<p>
|
||||
<strong>You've already purchased this product.</strong><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue