Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Determining Variable for Gift Certificate Total

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-07-2005, 04:40 PM
 
Joe Schwartz Joe Schwartz is offline
 

Newbie
  
Join Date: Mar 2005
Location: New York City
Posts: 7
 

Default Determining Variable for Gift Certificate Total

Does anyone know the variable I can use in cart_contents.tpl that defines the total dollar amount of gift certificates in the cart? I would like to compare it to $cart.subtotal for a particular loop. I'm guessing it's something like $giftcerts.amount, but i can't seem to figure it out. Any help would be greatly appreciated.

Many thanks,

Joe
__________________
Version 4.0.14
Unix server
www.happyhappyhappy.com (live)
Reply With Quote
  #2  
Old 06-12-2005, 08:07 PM
 
Joe Schwartz Joe Schwartz is offline
 

Newbie
  
Join Date: Mar 2005
Location: New York City
Posts: 7
 

Default ift Certificate Variable solved

The x-cart support help desk provided the answer for me so I thought I would share it here. This code was written to supply a gift certificate subtotal and answers my question.

Code:
{if $cart.giftcerts ne ""} {assign var="gc_summary_subtotal" value=0} {section name=giftcert loop=$cart.giftcerts} {if $cart.giftcerts[giftcert].deleted eq ""} {assign var="have_giftcerts" value="Y"} {math equation="x+y" x=$gc_summary_subtotal y=$cart.giftcerts[giftcert].amount assign="gc_summary_subtotal"} {/if} {/section} {if $have_giftcerts eq "Y"} GiftCertificates Subtotal: {include file="currency.tpl" value=$gc_summary_subtotal} {/if} {/if}
__________________
Version 4.0.14
Unix server
www.happyhappyhappy.com (live)
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:56 PM.

   

 
X-Cart forums © 2001-2020