Jump to content

Recommended Posts

I am trying to hide the value $0.00 using a Stylesheet. The ID for this value is "otshipping" but I am unable to make this hidden as "totalbox" covers the css for "otsubtotal" , "otshipping" , "ottax" & "ottotal". The code for the order-totals template is:

 

?>

<?php

/**

* Displays order-totals modules' output

*/

for ($i=0; $i<$size; $i++) { ?>

<div id="<?php echo str_replace('_', '', $GLOBALS[$class]->code); ?>">

 

<div class="totalBox larger forward"><?php echo $GLOBALS[$class]->output[$i]['text']; ?></div>

<div class="lineTitle larger forward"><?php echo $GLOBALS[$class]->output[$i]['title']; ?></div>

 

</div>

<br class="clearBoth" />

<?php } ?>

 

 

 

Does anyone know if I can put something in the above code to make "otshipping" hidden but keep the others visable?

 

Thanks

Rusta

Link to comment
https://forums.phpfreaks.com/topic/55525-need-help-with-php-on-zencart/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.