Advertisement:

Author Topic: email checkbox not showing ??  (Read 1036 times)

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
email checkbox not showing ??
« on: October 23, 2013, 09:51:00 pm »
for some reason mine is not showing. I double checked the admin area incase I forgot to turn on the option, but there is none...

now that I look at the code, none of the seller info is showing  :-X
is it a user type issue?
my item.php

Code: [Select]
<!-- seller info -->
                        <?php if(!osc_is_web_user_logged_in() ) { ?>
                        <div class="box seller_info">
                            <h2><?php _e("Seller's information"'bender'); ?></h2>
                            <div class="control-group">
                                <label class="control-label" for="contactName"><?php _e('Name''bender'); ?></label>
                                <div class="controls">
                                    <?php ItemForm::contact_name_text(); ?>
                                </div>
                            </div>
                            <div class="control-group">
                                <label class="control-label" for="contactEmail"><?php _e('E-mail''bender'); ?></label>
                                <div class="controls">
                                    <?php ItemForm::contact_email_text(); ?>
                                </div>
                            </div>
                            <div class="control-group">
                                <div class="controls checkbox">
                                    <?php ItemForm::show_email_checkbox(); ?> <label for="showEmail"><?php _e('Show e-mail on the listing page''bender'); ?></label>
                                </div>
                            </div>
                        </div>

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: email checkbox not showing ??
« Reply #1 on: October 28, 2013, 06:22:04 pm »
bumping...is the tag not closed, simi colon out of place? this would be in an area that was not altered by me, so it is part of the original download.