Jump to content

Zen Cart


wiggst3r

Recommended Posts

Hi guys

 

I've been working on a shopping cart using Zen Cart and I have a slight problem.

 

When you go to the shopping cart page (page 2 of 3), it lists the prices (sub-total, total etc) but I also included a 'Discount' price.

 

When this is used, I get a problem with the aligning of the prices, as the discount adds a minus (-)

 

So my prices are like this:

 

Sub-Total:            £xx.xx

Standard Rate:      £xx.xx

10% Discount:        £-xx.xx

Total:                  £xx.xx

 

What I'm looking to do, is possibly run a loop, which will check for the word 'Discount', If the word is not found in the string (such as 'Sub-Total') It will add a html space ( ) at the end, so it's all lined up correctly.

 

But I'm not sure how I'd do that within the following code:

 

<?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 } ?>

 

Thanks

Link to comment
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.