Hello,
We made some custom attributes that house extra descriptions that we display on our product pages.
We are using jquery and .accordion :
What we would like to do is, if the the attribute "usak_avil" is not populate in for that product, it would not show <li> for that section. Example: For our kilts, we have measuring instructions, but for a kilt pin, we don't have measuring instructions, so we would like to have it hidden.Code:<li> <div class="handle"> <h3><?php echo $this->__('Measuring') ?></h3> <span></span> </div> <div class="panel loading"> <?php echo $this->__($_product->getData('usak_measuring')); ?> </div> </li> <li> <div class="handle"> <h3><?php echo $this->__('Availability') ?></h3> <span></span> </div> <div class="panel loading"> <?php echo $this->__($_product->getData('usak_avil')); ?> </div> </li>View more threads in the same category:
- Where can I find good programming courses for kids?
- Relax
- Tools for Website SEO Analysis
- A good gaming site with bonuses
- Affordable Embroidered Patches Near Me
- Where to find a working mirror for 22bet? Need current link!
- games
- We need help creating a React project
- Online entertainment in your free time India
- UK Immigration Visa Fees
Bookmarks