| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
How to have no left.tpl on home and product detail pages? | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() How can I get the left_bar.tpl to not show up on homepage and product detail page. It probably involves integrating script variables into the template using Smarty expressions on skin/common_files/customer/home.tpl and skin/2-columns/customer/main/product_detail.tpl
And I am just not that good with them. |
|||||||
#2
|
|||||||
|
|||||||
![]() Code:
comment out as above in content.tpl. Use webmaster mode to find the correct one. You will need to adjust the css accordingly. If you use Safari with developer tools its very easy to see what you need to change. One bit at a time, mind you, as you will end up in a right old mess.
__________________
Xcart 4.4.? Xcart Next Litecommerce with Drupal http://www.corbywebworx.com Custom Mods, Hosting and Support for Xcart-Next and LiteCommerce |
|||||||
#3
|
|||||||
|
|||||||
![]() That will hide it everywhere. You need to use an {if} statement instead:
{if $main eq "catalog" and $current_category.category eq "" or $main eq "product"}{else}{include file="customer/left_bar.tpl"} {/if}
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
#4
|
|||||||
|
|||||||
![]() balinor,
Worked great. Thank you. What would be the best way to go about getting rid of the #left-bar width 210px padding on home and product detail pages only? If I edit via css I lose it on all pages. |
|||||||
#5
|
|||||||
|
|||||||
![]() You'd need to use the same {if} statement to give the main block (the right hand one) a different css class.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#6
|
|||||||
|
|||||||
![]() Quote:
how to do, please?
__________________
x-cart gold 4.7.12 http://www.prescriptionglasses123.com/ http://www.glassespeople.com http://www.loupesusa.com http://www.eyeglassesclub.com |
|||||||
|
|||
X-Cart forums © 2001-2020
|