D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
www
/
pati.bf1.my
/
wp-content
/
plugins
/
ecwid-shopping-cart
/
templates
/
popup
/
Filename :
deactivate.php
back
Copy
<h3><?php _e( 'If you have a moment, please let us know why you are deactivating:', 'ecwid-shopping-cart' ); ?></h3> <ul class="reasons-list"> <?php foreach ( $reasons as $key => $reason ): ?> <li class="reasons-list-item" data-option-key="<?php echo $key; ?>"> <label> <span> <input type="radio" name="reason" value="<?php echo $key; ?>" data-text="<?php esc_attr_e( $reason['text'] ); ?>"/> </span> <span> <?php echo $reason['text']; ?> </span> </label> <?php if ( @$reason['has_message'] ): ?> <div class="message"> <textarea name="message[<?php echo $key; ?>]" placeholder="<?php echo $reason['message_hint']; ?>"><?php if($reason['code'] == 'theme'){ echo $reason['message_hint']; } ?></textarea> </div> <?php endif; ?> </li> <?php endforeach; ?> </ul> <div class="bottom-support-link"> <a href="#"><?php _e( 'Contact Support', 'ecwid-shopping-cart' ); ?></a> </div>