| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
View Cart page no longer shows Left Bar | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#11
|
|||||||||
|
|||||||||
![]() In 4.4.1 the file you are looking for is content.tpl but it may be better to add to customer/content.tpl and not Fast_Lane_Checkout/content.tpl
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#12
|
|||||||||
|
|||||||||
![]() You might consider googling "ecommerce checkout distractions" and look at the advise and information there before redesigning the checkout process. Best to take a minimalist approach on those pages to maximize your conversions.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#13
|
|||||||
|
|||||||
![]() sighhhh, i ending up writing a smarty tag in the home.tpl file. However I get a double nav bar if the cart is empty :/ is there a way to write smarty so that the nav bar only shows up when there are products in the cart? Sorry such a noob at smarty.
{if $main ne 'cart'} <div id="left-bar"> {include file="customer/left_bar.tpl"} </div> {/if} I understand for efficiency sake why people don't put nav bars in the cart area, but the pretty little design my client wants doesn't really allow for it to be taken out.
__________________
4.4 no add-on modules |
|||||||
#14
|
|||||||
|
|||||||
![]() another way i tried it was like this...
{if $cart ne "" and $active_modules.Product_Options} <div id="left-bar"> {include file="customer/left_bar.tpl"} </div> {/if} but then the double nav bar shows up on the wishlist page. So how do you say in smarty include this left bar if $cart ne "" but not if you are on the wish list page cart.php?mode=wishlist. ugh.
__________________
4.4 no add-on modules |
|||||||
#15
|
|||||||||
|
|||||||||
![]() if $cart ne "" && $smarty.get.mode ne "wishlist"
try that
__________________
xcart 5.1.2 |
|||||||||
#16
|
|||||||||
|
|||||||||
![]() and for future reference there are many if statement variations in home_main.tpl
__________________
xcart 5.1.2 |
|||||||||
#17
|
|||||||
|
|||||||
![]() Thank you ASHLEY, worked like a charm!
__________________
4.4 no add-on modules |
|||||||
|
|||
X-Cart forums © 2001-2020
|