Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Adding a new radio button

    Quote Originally Posted by kitten091182 View Post
    It's ok, I missed something. In includes/modules/pages/product_info/main_template_vars.php I forgot to put:

    $product_is_online = $product_info->fields['product_is_online'];

    it works now
    Sometimes just helps to "talk" it out. :)

    Thing is though, are you still getting just a text of OTHER_IMAGE_ONLINE_ONLY when the image is supposed to be displayed? That is a define issue in that OTHER_IMAGE_ONLINE_ONLY was not set to anything before being displayed.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2

    Default Re: Adding a new radio button

    Quote Originally Posted by mc12345678 View Post
    Sometimes just helps to "talk" it out. :)

    Thing is though, are you still getting just a text of OTHER_IMAGE_ONLINE_ONLY when the image is supposed to be displayed? That is a define issue in that OTHER_IMAGE_ONLINE_ONLY was not set to anything before being displayed.
    Hi,
    I changed it to be:
    <!--bof Product Is Online -->
    <?php
    if ($product_is_online == '1') {
    ?>
    <div id="productOnlineOnly" class="productGeneral"><?php echo zen_image($template->get_template_dir(OTHER_IMAGE_ONLINE_ONLY, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . OTHER_IMAGE_ONLINE_ONLY, ICON_IMAGE_TEXT); ?></div>
    <?php
    }
    ?>

    And it works now.
    It does help to talk it out lol

 

 

Similar Threads

  1. adding title Mrs radio button to login page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Oct 2010, 04:48 PM
  2. adding additional payment radio button(s)
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Sep 2010, 04:21 PM
  3. Adding in custom radio button on shipping page
    By JohneeMac in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 May 2007, 12:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg