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

  • Home
  • SEARCH
  • 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 7696397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:46:12+00:00 2026-05-31T21:46:12+00:00

I am using smarty tags with php and my question / issue is regarding

  • 0

I am using smarty tags with php and my question / issue is regarding the !isset functionality.
To start with, here is how I create and assign my two arrays. Then I use a SMarty IF statement to compare the conditions, and if the conditions are met, either display or do not display the HTML

The first array gets created from the database, is assigned as a Smarty variable.

{section name=cart loop=$cart}
{/section}

The second array is also pulled from the database, but I am assigning this array through Smarty capture:

{capture name='donate' assign='donate'}
{/capture}

Once the arrays are assigned, here is the if statement:

{if $cart[cart].Program == TT && !isset($donate)}
<td>Make a difference. Donate $10.00 to the ASPCA</td>
{/if}

The HTML still will be displayed, even if the $donate array is not set. Appreciate any insight to point out what I may be doing wrong

  • 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-31T21:46:13+00:00Added an answer on May 31, 2026 at 9:46 pm
    {capture name='donate' assign='donate'}
    {/capture}
    {$donate|var_dump}
    

    will give you

    string(0) "" 
    

    since only isset(null) === false, you may want to change your expression to

    {if $cart[cart].Program == TT && $donate}
    

    or !empty($donate), if you prefer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using SMARTY and I need to create an array and assign value
I have following codes using smarty template engine In php file: $smarty-&gt;assign('SITE_URL', 'http://localhost/mis/'); In
I found that using Smarty with PHP, sometimes extra time will need to be
On a PHP site using the smarty template engine (or at least a close
Using Smarty Tags I'd like to determine if an URL contains a word, something
I'm using smarty CMS so for adding php code i have to edit index.inc.php
I am using smarty templating engine and am encountering a math issue. I am
We are using Smarty Templates on our LAMP site but my question would also
I'm using Smarty and PHP. If I have a template (either as a file
I am doing a little learning on php and and html using smarty to

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.