Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7692695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:54:42+00:00 2026-05-31T20:54:42+00:00

I have inserted a code to display product attribute in view.phptml, which works fine.

  • 0

I have inserted a code to display product attribute in view.phptml, which works fine. But it shows a empty box, even when the field is empty.

The code I used to display is like this

<div class="add-to-box">        
<div class="add-to-cart"><div>image path</div>
<h3><?php
echo $_helper->productAttribute($_product, $_product->getFreeGift(), 'free_gift')
?></h3></div></div>

How I can add a condition to above statement to hide the empty box from display when the field is empty.!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:54:44+00:00Added an answer on May 31, 2026 at 8:54 pm

    Use either empty or is_null, like so:

    <?php
        if( !empty( $_product->getFreeGift() ) ){
    ?>
    
    ... HTML here ...
    
    <?php
        }
    ?>
    

    or

    <?php
        if( !is_null( $_product->getFreeGift() ) ){
    ?>
    
    ... HTML here ...
    
    <?php
        }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

ok heres what i have... it works fine but it looks for a word
I have a DropDownList as a custom control inserted into a subform which is
I need your help in my code I have problem when new div inserted
I have the following code in the controller: function add() { if (!empty($this->data)) {
If I have the following code before </head> the php form sends but the
I have the code to this open source Message Console in java, but it
I have inserted the following line into my Joomla template: <jdoc:include type=component /> This
I have a iframe on my page. I have inserted a background image on
I'm trying to select an element from my webpage... I have inserted a control
i am using a website application for registration, in that application i have inserted

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.