Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 845,055

Results 2,341 to 2,360 of 3,245
4 Jan 2009, 12:40 AM
#2341
paigesjewelry avatar

paigesjewelry

New Zenner

Join Date:
Jan 2009
Posts:
6
Plugin Contributions:
0

Cherry Zen Template Support Thread

timstoel:

Hi paigesjewelry,

You would probably really benefit from getting the Zen Cart book. It will explain to you in easy to understand terms.

I used the Cherry Zen template and made it into this:
https://www.newoldsounds.com

I have been working with the template for about 6 months now and spent a lot of time getting it to look this way. If you want to retain full control over the way stuff looks and behaves, Zen Cart is far superior to GoDaddy, not to mention a lot cheaper. With GoDaddy, a lot of stuff is "locked in" so to speak, whereas Zen Cart has addons that can completely change or add functionality specific to your needs. Plus, the community is very supportive.

A lot of the formatting happens here:
includes\templates\cherry_zen\common\tpl_header.php

and in:
includes\templates\cherry_zen\css\stylesheet.css

The learning curve gets compounded when working with a 3rd party template. It is somewhat more challenging to work with a template because there is a little less documentation, but as you see from my site, it is very configurable. If you're the kind of person that wants to really control the look and feel of everything, Zen Cart is great software. I admit it was frustrating to get it looking good. You may consider hiring a Zen Cart expert, there are many companies who specialize in it.

Hope this helps,
Tim

Your site looks great. Thank you for the advice and additional motivation! I will stick with it!

4 Jan 2009, 1:17 AM
#2342
rmaldonado avatar

rmaldonado

New Zenner

Join Date:
Aug 2008
Posts:
27
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Jettrue Hello,

After using the template of apple-zen me decided by the staff of cherry-zen.

Now I have 2 problems I had with the cherry zen template and are as follows:

1 .- I replace logo.gif with which I had already designed, but it appeared a space between the logo.gif and area categories. How do you shrink the space created?
2 .- I need to expand the width of the columns 200pcx. How do I do?

Thank you and wish you a Happy New Year 2009

Rolando Maldonado
https://www.todoenguate.com

4 Jan 2009, 3:33 PM
#2343
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

rmaldonado:

Jettrue Hello,

After using the template of apple-zen me decided by the staff of cherry-zen.

Now I have 2 problems I had with the cherry zen template and are as follows:

1 .- I replace logo.gif with which I had already designed, but it appeared a space between the logo.gif and area categories. How do you shrink the space created?
2 .- I need to expand the width of the columns 200pcx. How do I do?

Thank you and wish you a Happy New Year 2009

Rolando Maldonado
https://www.todoenguate.com

  1. I don't see much of a space. Did you fix this?

  2. in the readme.txt file, I give complete instructions on changing the sidebox widths.

4 Jan 2009, 3:52 PM
#2344
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

paigesjewelry:

  1. Thank you so much for taking the time to help me! Since I did not want a logo at all, I deleted the logo.gif from /includes/templates/cherryzen/images. This gave me the zencart logo. I then went to /includes/templates/template_default/images and deleted the logo.gif there. I still have "Powered by Zen Cart" sitting on the main page (https://www.paigesjewelry.com).
    Do I have to have a logo in order for that "Powered by Zen Cart" to go away?

  2. Thanks - that worked it is gone now. :)

  3. I was able to make the font larger but it does not "look" centered, even though it says it is centered in the stylesheet. Also, can I change the font of the tagline without changing the font anywhere else on the page? I wanted to make the tagline font Monotype Corsiva.

  4. entering the additional text.

Thanks again for your help!

  1. If you are sure you will not be using a logo, open up includes/templates/cherry_zen/common/tpl_header.php and remove this:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
  1. Once you remove the logo, open up includes/templates/cherry_zen/css/stylesheet.css and change
#tagline {
	font-size:1.4em;
	text-align:right;
	padding:25px 8px 35px;
}

to this:

#tagline {
	font-size:1.4em;
	text-align:[B]center[/B];
	padding:25px 8px 35px;
font-family:Monotype Corsiva;
}

and remove this:

#taglineWrapper {
	width:75%;
	float:left;
}
4 Jan 2009, 10:56 PM
#2345
murlex avatar

murlex

New Zenner

Join Date:
Dec 2008
Posts:
3
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi!
Thanks for neat cool template!
My problem is multi-language. My shop should be in 3 langauges: English, Russian and Hebrew.
While everything is seems alright with English and Russian, my real pain is Hebrew because it "right to left" language. It works well with standard "classic" template, but not with Cherry :(
Can I do something? Please, see picture with issue demonstrated here: http://close-to-heart.com/zencart/includes/templates/cherry_zen/RTLissues.jpg

I believe some simple magic spell will heal my shop :)

Thanx in advance!
Alex

5 Jan 2009, 2:24 AM
#2346
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

i was hoping someone could help me out... if you go through the checkout process on my site(you do not have to register to be a member)... when you get to "confirm order" page the sideboxes are all messed up.. i was just wondering if anyone knew how to fix this. Thanks alot-
Ryan- RSK owner

www.rskcoulterproducts.com

5 Jan 2009, 5:08 PM
#2347
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

rc11888:

i was hoping someone could help me out... if you go through the checkout process on my site(you do not have to register to be a member)... when you get to "confirm order" page the sideboxes are all messed up.. i was just wondering if anyone knew how to fix this. Can you post a screenshot of the problem so that people here don't have to go through the process.

5 Jan 2009, 7:20 PM
#2348
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

yes i could post a screenshot of what i am talking about.. how do you do that though?

5 Jan 2009, 11:37 PM
#2349
nfm avatar

nfm

New Zenner

Join Date:
Jan 2008
Posts:
90
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

rc11888:

yes i could post a screenshot of what i am talking about.. how do you do that though?

On your keyboard you'll see a button that's called PrtScren or Print Screen. Open your image editing software (Paint will work too but you'll need to create a "New" file that's the same size as your desktop resolution) and then once you have a blank new file created in your image editing software click Edit - > Paste

Then save it....

6 Jan 2009, 10:56 AM
#2350
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

NFM:

(Paint will work too but you'll need to create a "New" file that's the same size as your desktop resolution) For me Paint expands the dimensions of the new file (the one created when I launch Paint) automatically when I past in the screenshot.

Screenshot of RSK Coulter Products Order Confirmation attached.
My guess is that the template is corrupted. I suggest removing the template file or copying in the original one from the Cherry Zen zip file.

7 Jan 2009, 1:09 AM
#2351
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

ok. copy in the "order confirmation page" file only? or the whole template itself? i have alot of things "edited" in the template all together.. even though it is saved in my "custom templates" i would still not prefer redoing/reinstalling my entire template if that is what you are saying... Also i have google checkout installed into my template .. i am not for sure but i thought that it was "worked into" the order confirmation page as well(i think if you choose google checkout in the order process GC has a script on the order "confirmation page that auto reverts you back to the first checkout page to click on "checkout with google") ... would reinstalling the order confirmation page affect this or do you know?

7 Jan 2009, 1:20 AM
#2352
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

also.. if you are familiar with script..i have bluehost as my hosting company... it is very easy for me to copy in my "order confirmation page" ONLY and maybe you could see if there is something missing or accidently ammended that way.. i am personally not too familiar with script ..otherwise i would do this myself. Thanks for your time and help very much
Ryan- RSK owner

7 Jan 2009, 9:04 AM
#2353
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

rc11888:

ok. copy in the "order confirmation page" file only? or the whole template itself? Just the "order confirmation page" file (sorry - I should have said that in my reply).

If that makes the page look okay then you can start reintroducing the changes you need - but do it a tiny bit at a time and make sure the page looks right after each change.

7 Jan 2009, 2:13 PM
#2354
ykaldes avatar

ykaldes

New Zenner

Join Date:
Jan 2009
Posts:
39
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi, I wonder if there is a way to turn Cherry Zen from been "fluid" to "static".

7 Jan 2009, 8:27 PM
#2355
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

Just the "order confirmation page" file (sorry - I should have said that in my reply).

If that makes the page look okay then you can start reintroducing the changes you need - but do it a tiny bit at a time and make sure the page looks right after each change.

ok here is the "original" page for includes/templates/custom/templates/tpl_checkout_confirmation.php

<?php
/**
 * Page Template
 *
 * Loaded automatically by index.php?main_page=checkout_confirmation.<br />
 * Displays final checkout details, cart, payment and shipping info details.
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
 * @version $Id: tpl_checkout_confirmation_default.php 5326 2006-12-21 18:12:54Z drbyte $
 */
?>
<div class="centerColumn" id="checkoutConfirmDefault">

<h1 id="checkoutConfirmDefaultHeading"><?php echo HEADING_TITLE; ?></h1>

<!-- bof Order Steps (tableless) -->
<?php echo ORDER_REVIEW; ?>
 
    <div id="order_steps">
            <div class="order_steps_text">
			<span class="order_steps_text2"><?php echo TEXT_ORDER_STEPS_1; ?></span><span class="order_steps_text3"><?php echo TEXT_ORDER_STEPS_2; ?></span><span id="active_step_text"><?php echo zen_image($template->get_template_dir(ORDER_STEPS_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ORDER_STEPS_IMAGE, ORDER_STEPS_IMAGE_ALT); ?><br /><?php echo TEXT_ORDER_STEPS_3; ?></span><span class="order_steps_text4"><?php echo TEXT_ORDER_STEPS_4; ?></span>
            </div>
            <div class="order_steps_line_2">
                <span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_inactive"> </span>
            </div>
    </div>
<!-- eof Order Steps (tableless) -->

<?php if ($messageStack->size('redemptions') > 0) echo $messageStack->output('redemptions'); ?>
<?php if ($messageStack->size('checkout_confirmation') > 0) echo $messageStack->output('checkout_confirmation'); ?>
<?php if ($messageStack->size('checkout') > 0) echo $messageStack->output('checkout'); ?>

<?php 
    if (isset($_SESSION['customer_id'])) {
?>
<div id="checkoutBillto" class="back">
<h2 id="checkoutConfirmDefaultBillingAddress"><?php echo HEADING_BILLING_ADDRESS; ?></h2>
<?php if (!$flagDisablePaymentAddressChange) { ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . 

zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<?php } ?>

<address><?php echo zen_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br />'); ?></address>
 <?php
   }
?>

<?php
  $class =& $_SESSION['payment'];
?>

<h4 id="checkoutConfirmDefaultPayment"><?php echo HEADING_PAYMENT_METHOD; ?></h4> 
<p id="checkoutConfirmDefaultPaymentTitle"><?php echo $GLOBALS[$class]->title; ?></p>

<?php
  if (is_array($payment_modules->modules)) {
    if ($confirmation = $payment_modules->confirmation()) {
?>
<div class="important"><?php echo $confirmation['title']; ?></div>
<?php
    }
?>
<div class="important">
<?php
      for ($i=0, $n=sizeof($confirmation['fields']); $i<$n; $i++) {
?>
<div class="back"><?php echo $confirmation['fields'][$i]['title']; ?></div>
<div ><?php echo $confirmation['fields'][$i]['field']; ?></div>
<?php
     }
?>
      </div>
<?php
  }
?>

<br class="clearBoth" />
</div>

<?php
  if ($_SESSION['sendto'] != false) {
?>
<div id="checkoutShipto" class="forward">
<h4 id="checkoutConfirmDefaultShippingAddress"><?php echo HEADING_DELIVERY_ADDRESS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>

<address><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, ' ', '<br />'); ?></address>

<?php
    if ($order->info['shipping_method']) {
?>
<h4 id="checkoutConfirmDefaultShipment"><?php echo HEADING_SHIPPING_METHOD; ?></h4>
<p id="checkoutConfirmDefaultShipmentTitle"><?php echo $order->info['shipping_method']; ?></p>

<?php
    }
?>
</div>
<?php
  }
?>
<br class="clearBoth" />
<hr />
<?php
// always show comments
//  if ($order->info['comments']) {
?>

<h4 id="checkoutConfirmDefaultHeadingComments"><?php echo HEADING_ORDER_COMMENTS; ?></h4>

<div class="buttonRow forward"><?php echo  '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<div><?php echo (empty($order->info['comments']) ? NO_COMMENTS_TEXT : nl2br(zen_output_string_protected($order->info['comments'])) . zen_draw_hidden_field('comments', $order->info['comments'])); ?></div>
<br class="clearBoth" />
<?php
//  }
?>
<hr />

<h4 id="checkoutConfirmDefaultHeadingCart"><?php echo HEADING_PRODUCTS; ?></h4>

<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<br class="clearBoth" />

<?php  if ($flagAnyOutOfStock) { ?>
<?php    if (STOCK_ALLOW_CHECKOUT == 'true') {  ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></div>
<?php    } else { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></div>
<?php    } //endif STOCK_ALLOW_CHECKOUT ?>
<?php  } //endif flagAnyOutOfStock ?>


      <table border="0" width="100%" cellspacing="0" cellpadding="0" id="cartContentsDisplay">
        <tr class="cartTableHeading">
        <th scope="col" id="ccQuantityHeading" width="30"><?php echo TABLE_HEADING_QUANTITY; ?></th>
        <th scope="col" id="ccProductsHeading"><?php echo TABLE_HEADING_PRODUCTS; ?></th>
<?php
  // If there are tax groups, display the tax columns for price breakdown
  if (sizeof($order->info['tax_groups']) > 1) {
?>
          <th scope="col" id="ccTaxHeading"><?php echo HEADING_TAX; ?></th>
<?php
  }
?>
          <th scope="col" id="ccTotalHeading"><?php echo TABLE_HEADING_TOTAL; ?></th>
        </tr>
<?php // now loop thru all products to display quantity and price ?>
<?php for ($i=0, $n=sizeof($order->products); $i<$n; $i++) { ?>
        <tr class="<?php echo $order->products[$i]['rowClass']; ?>">
          <td  class="cartQuantity"><?php echo $order->products[$i]['qty']; ?> x</td>
          <td class="cartProductDisplay"><?php echo $order->products[$i]['name']; ?>
          <?php  echo $stock_check[$i]; ?>

<?php // if there are attributes, loop thru them and display one per line
    if (isset($order->products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) {
    echo '<ul class="cartAttribsList">';
      for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) {
?>
      <li><?php echo $order->products[$i]['attributes'][$j]['option'] . ': ' . nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])); ?></li>
<?php
      } // end loop
      echo '</ul>';
    } // endif attribute-info
?>
        </td>

<?php // display tax info if exists ?>
<?php if (sizeof($order->info['tax_groups']) > 1)  { ?>
        <td class="cartTotalDisplay">
          <?php echo zen_display_tax_value($order->products[$i]['tax']); ?>%</td>
<?php    }  // endif tax info display  ?>
        <td class="cartTotalDisplay">
          <?php echo $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']);
          if ($order->products[$i]['onetime_charges'] != 0 ) echo '<br /> ' . $currencies->display_price($order->products[$i]['onetime_charges'], $order->products[$i]['tax'], 1);
?>
        </td>
      </tr>
<?php  }  // end for loopthru all products ?>
      </table>
      <hr />

<?php
  if (MODULE_ORDER_TOTAL_INSTALLED) {
    $order_totals = $order_total_modules->process();
?>
<div id="orderTotals"><?php $order_total_modules->output(); ?></div>
<?php
  }
?>

<?php
  echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation" onsubmit="submitonce();"');

  if (is_array($payment_modules->modules)) {
    echo $payment_modules->process_button();
  }
?>
<hr />
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
</form>
<div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>

</div>

and here is my current includes/templates/custom/templates/tpl_checkout_confirmation.php

<?php
/**
 * Page Template
 *
 * Loaded automatically by index.php?main_page=checkout_confirmation.<br />
 * Displays final checkout details, cart, payment and shipping info details.
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
 * @version $Id: tpl_checkout_confirmation_default.php 5326 2006-12-21 18:12:54Z drbyte $
 */
?>
<div class="centerColumn" id="checkoutConfirmDefault">

<h1 id="checkoutConfirmDefaultHeading"><?php echo HEADING_TITLE; ?></h1>

<!-- bof Order Steps (tableless) -->
<?php echo ORDER_REVIEW; ?>
 
    <div id="order_steps">
            <div class="order_steps_text">
			<span class="order_steps_text2"><?php echo TEXT_ORDER_STEPS_1; ?></span><span class="order_steps_text3"><?php echo TEXT_ORDER_STEPS_2; ?></span><span id="active_step_text"><?php echo zen_image($template->get_template_dir(ORDER_STEPS_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ORDER_STEPS_IMAGE, ORDER_STEPS_IMAGE_ALT); ?><br /><?php echo TEXT_ORDER_STEPS_3; ?></span><span class="order_steps_text4"><?php echo TEXT_ORDER_STEPS_4; ?></span>
            </div>
            <div class="order_steps_line_2">
                <span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_active"> </span><span class="progressbar_inactive"> </span>
            </div>
    </div>
<!-- eof Order Steps (tableless) -->

<?php if ($messageStack->size('redemptions') > 0) echo $messageStack->output('redemptions'); ?>
<?php if ($messageStack->size('checkout_confirmation') > 0) echo $messageStack->output('checkout_confirmation'); ?>
<?php if ($messageStack->size('checkout') > 0) echo $messageStack->output('checkout'); ?>

<div id="checkoutShipto" class="back">
<h4 id="checkoutConfirmDefaultBillingAddress"><?php echo HEADING_BILLING_ADDRESS; ?></h4>
<?php if (!$flagDisablePaymentAddressChange) { ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<?php } ?>

<address><?php echo zen_address_format($order->billing['format_id'], $order->billing, 1, ' ', '<br />'); ?></address>

<?php
  $class =& $_SESSION['payment'];
?>

<h4 id="checkoutConfirmDefaultPayment"><?php echo HEADING_PAYMENT_METHOD; ?></h4> 
<p id="checkoutConfirmDefaultPaymentTitle"><?php echo $GLOBALS[$class]->title; ?></p>

<?php
  if (is_array($payment_modules->modules)) {
    if ($confirmation = $payment_modules->confirmation()) {
?>
<div class="important"><?php echo $confirmation['title']; ?></div>
<?php
    }
?>
<div class="important">
<?php
      for ($i=0, $n=sizeof($confirmation['fields']); $i<$n; $i++) {
?>
<div class="back"><?php echo $confirmation['fields'][$i]['title']; ?></div>
<div ><?php echo $confirmation['fields'][$i]['field']; ?></div>
<?php
     }
?>
      </div>
<?php
  }
?>

<br class="clearBoth" />
</div>

<?php
  if ($_SESSION['sendto'] != false) {
?>
<div id="checkoutShipto" class="forward">
<h4 id="checkoutConfirmDefaultShippingAddress"><?php echo HEADING_DELIVERY_ADDRESS; ?></h4>
<div class="buttonRow forward"><?php echo '<a href="' . $editShippingButtonLink . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>

<address><?php echo zen_address_format($order->delivery['format_id'], $order->delivery, 1, ' ', '<br />'); ?></address>

<?php
    if ($order->info['shipping_method']) {
?>
<h4 id="checkoutConfirmDefaultShipment"><?php echo HEADING_SHIPPING_METHOD; ?></h4>
<p id="checkoutConfirmDefaultShipmentTitle"><?php echo $order->info['shipping_method']; ?></p>

<?php
    }
?>
</div>
<?php
  }
?>
<br class="clearBoth" />
<hr />
<?php
// always show comments
//  if ($order->info['comments']) {
?>

<h4 id="checkoutConfirmDefaultHeadingComments"><?php echo HEADING_ORDER_COMMENTS; ?></h4>

<div class="buttonRow forward"><?php echo  '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<div><?php echo (empty($order->info['comments']) ? NO_COMMENTS_TEXT : nl2br(zen_output_string_protected($order->info['comments'])) . zen_draw_hidden_field('comments', $order->info['comments'])); ?></div>
<br class="clearBoth" />
<?php
//  }
?>
<hr />

<h4 id="checkoutConfirmDefaultHeadingCart"><?php echo HEADING_PRODUCTS; ?></h4>

<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
<br class="clearBoth" />

<?php  if ($flagAnyOutOfStock) { ?>
<?php    if (STOCK_ALLOW_CHECKOUT == 'true') {  ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></div>
<?php    } else { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></div>
<?php    } //endif STOCK_ALLOW_CHECKOUT ?>
<?php  } //endif flagAnyOutOfStock ?>


      <table border="0" width="100%" cellspacing="0" cellpadding="0" id="cartContentsDisplay">
        <tr class="cartTableHeading">
        <th scope="col" id="ccQuantityHeading" width="30"><?php echo TABLE_HEADING_QUANTITY; ?></th>
        <th scope="col" id="ccProductsHeading"><?php echo TABLE_HEADING_PRODUCTS; ?></th>
<?php
  // If there are tax groups, display the tax columns for price breakdown
  if (sizeof($order->info['tax_groups']) > 1) {
?>
          <th scope="col" id="ccTaxHeading"><?php echo HEADING_TAX; ?></th>
<?php
  }
?>
          <th scope="col" id="ccTotalHeading"><?php echo TABLE_HEADING_TOTAL; ?></th>
        </tr>
<?php // now loop thru all products to display quantity and price ?>
<?php for ($i=0, $n=sizeof($order->products); $i<$n; $i++) { ?>
        <tr class="<?php echo $order->products[$i]['rowClass']; ?>">
          <td  class="cartQuantity"><?php echo $order->products[$i]['qty']; ?> x</td>
          <td class="cartProductDisplay"><?php echo $order->products[$i]['name']; ?>
          <?php  echo $stock_check[$i]; ?>

<?php // if there are attributes, loop thru them and display one per line
    if (isset($order->products[$i]['attributes']) && sizeof($order->products[$i]['attributes']) > 0 ) {
    echo '<ul class="cartAttribsList">';
      for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) {
?>
      <li><?php echo $order->products[$i]['attributes'][$j]['option'] . ': ' . nl2br(zen_output_string_protected($order->products[$i]['attributes'][$j]['value'])); ?></li>
<?php
      } // end loop
      echo '</ul>';
    } // endif attribute-info
?>
        </td>

<?php // display tax info if exists ?>
<?php if (sizeof($order->info['tax_groups']) > 1)  { ?>
        <td class="cartTotalDisplay">
          <?php echo zen_display_tax_value($order->products[$i]['tax']); ?>%</td>
<?php    }  // endif tax info display  ?>
        <td class="cartTotalDisplay">
          <?php echo $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']);
          if ($order->products[$i]['onetime_charges'] != 0 ) echo '<br /> ' . $currencies->display_price($order->products[$i]['onetime_charges'], $order->products[$i]['tax'], 1);
?>
        </td>
      </tr>
<?php  }  // end for loopthru all products ?>
      </table>
      <hr />

<?php
  if (MODULE_ORDER_TOTAL_INSTALLED) {
    $order_totals = $order_total_modules->process();
?>
<div id="orderTotals"><?php $order_total_modules->output(); ?></div>
<?php
  }
?>

<?php
  echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation" onsubmit="submitonce();"');

  if (is_array($payment_modules->modules)) {
    echo $payment_modules->process_button();
  }
?>
<hr />
<div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDER, BUTTON_CONFIRM_ORDER_ALT, 'name="btn_submit" id="btn_submit"') ;?></div>
</form>
<div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE . '<br />' . TEXT_CONTINUE_CHECKOUT_PROCEDURE; ?></div>

</div>

i cant find a single difference between the two.. i haven't re-uploaded the new original page yet because i cant seem to find a difference.. please help me with this if you can find a single flaw in my particular tpl_checkout_confirmation.php page
Thanks alot-
Ryan -RSK owner
:frusty:

8 Jan 2009, 10:17 AM
#2356
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

rc11888:

i cant find a single difference between the two.. i haven't re-uploaded the new original page yet because i cant seem to find a difference.. please help me with this if you can find a single flaw in my particular tpl_checkout_confirmation.php page Unfortunately I don't have the time to check the code.

Please upload the original file - there might have been a glitch when you were uploading the file and uploading a new copy might fix it.

8 Jan 2009, 4:28 PM
#2357
nikki72 avatar

nikki72

New Zenner

Join Date:
Dec 2008
Posts:
97
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I wanted to display some my left boxes in the center column on the front page.

the effect I am trying to get is like this website:
http://www.christianbook.com/
where the side boxes are at the bottom of the center colum.

8 Jan 2009, 9:43 PM
#2358
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

Unfortunately I don't have the time to check the code.

Please upload the original file - there might have been a glitch when you were uploading the file and uploading a new copy might fix it.

I appreciate your help.. it worked perfect as far as i can see so far.. i dont see anything wrong with it now...again i appreciate you very much

Ryan-RSK owner

9 Jan 2009, 2:45 PM
#2359
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

daymobrew:

For me Paint expands the dimensions of the new file (the one created when I launch Paint) automatically when I past in the screenshot.

Screenshot of RSK Coulter Products Order Confirmation attached.
My guess is that the template is corrupted. I suggest removing the template file or copying in the original one from the Cherry Zen zip file.

This kind of thing doesn't happen in the original template, so if it only happens on one certain page, it could be because of poorly formatted text on that page.

9 Jan 2009, 7:24 PM
#2360
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

This kind of thing doesn't happen in the original template, so if it only happens on one certain page, it could be because of poorly formatted text on that page.

im not real familiar with editing pages and stuff... so what happened is i probably edited something or accidently deleted a string of code that needed to be there and wasn't... however yall make it very easy to edit and add-to the site pages by creating the modules that you can download and be copied directly over into the separate folders to where someone even like me(with an EXTREMELY small amount of knowledge in the area) can still add cool and very helpful features to my site. :smile: