I am trying to test your Piccadilly Posh template. I am testing and tweaking it on my pc server example . com . After following all the install instructions I turn on the template. the following is a screen capture of what happens up in the header area. I do not know how I can fix the this line. Maybe I have been at this to long today but I am brain fried and can not remember where I would even check to fix this.
![]()
Last edited by Arlette; 10 Sep 2013 at 04:43 AM.
This is what I found. I do not know what if anything in this line might be incorrect. It is Line 60 piccadilly_posh/common/tpl_header.php
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><?php echo HEADER_TITLE_CART_CONTENTS; ?> <? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
Thanks for helping me with this
Arlette
Use this:
Thanks,Code:<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><?php echo HEADER_TITLE_CART_CONTENTS; ?> - <?php echo $_SESSION['cart']->count_contents();?> item(s) - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
Anne
That worked. Thank you :)
I have a question about the shopping cart page.
In the defines we are able to add text to this line
define('TEXT_INFORMATION', 'You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)');
Ufortunately the text I enter there is not seen on the page under the H1 title Shopping Cart Contents
I have tried uploading a pristine original zen cart file then editing it and nothing I do makes it appear. I know it should work because it does in my store but not with this template.
The only way for me to get the text to show is to append it to the H1 area.
Can you tell me where to fix this issue?
In the yellow area is where it should go. When I use web developer to see the Element information it outlines the area almost the same size as the yellow in the image.
Attachment 13352
This is not a problem with the template. I was able to easily change the text on the demo:
http://www.picaflor-azul.com/free-de...iccadilly_posh
I would recommend back tracking through your changes until you find the one that has caused the problem.
Thanks,
Anne
Thanks Anne. I have uploaded fresh template files and applied edits she did and also fresh original store files to no avail. I thought maybe you might have a clue as to where to start looking.
She has doe a lot of editing to this template to get it to have her look/feel but all files are in their over-rides folder.