| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Bestsellers on ALL pages | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#41
|
|||||||||
|
|||||||||
![]() Add the line in xcart_root/modules/Fast_Lane_Checkout/cart.php
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#42
|
|||||||
|
|||||||
![]() Quote:
Thanks for your help. In which line? After what? I want to display bestsellers and Recommended products list in cart page when there is some product in the cart. Thanks to all. |
|||||||
#43
|
|||||||
|
|||||||
![]() Any solution cflsystems.I want to display bestselles and related product on cart page when there are some product.
Any help? |
|||||||
#44
|
|||||||||
|
|||||||||
![]() Add in xcart_root/modules/Fast_Lane_Checkout/cart.php
if ($active_modules["Bestsellers"]) include $xcart_dir."/modules/Bestsellers/bestsellers.php"; right before # # The tabs array for disaplying on the checkout #
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#45
|
|||||||
|
|||||||
![]() Quote:
Can I able to add bestsellers on left side cart on the central panel and recomonded product on right side for 3 colm in 4.1.11 Pro? |
|||||||
#46
|
|||||||||
|
|||||||||
![]() You can style where the box is showing anyway you want
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#47
|
|||||||
|
|||||||
![]() Quote:
Yes cflsystems I know that I can Style where the box is showing,but how to display it I cannot. Actually I add bestsellers and recommended product code in /modules/Fast_Lane_Checkout/home_main.tpl for display. Here is my codes- {include file="modules/Recommended_Products/recommends.tpl"} {if $checkout_step eq 0} {include file="modules/Fast_Lane_Checkout/checkout_0_enter.tpl"} {elseif $checkout_step eq 1} {include file="modules/Fast_Lane_Checkout/checkout_1_profile.tpl"} {elseif $checkout_step eq 2} {include file="modules/Fast_Lane_Checkout/checkout_2_method.tpl"} {elseif $checkout_step eq 3} {include file="modules/Fast_Lane_Checkout/checkout_3_place.tpl"} {else} <div align="right"> <table cellpadding="0" cellspacing="0"> <tr> <td>{include file="modules/Fast_Lane_Checkout/big_button.tpl" button_title=$lng.lbl_continue_shopping style="button" href="home.php"}</td> <td><img src="{$ImagesDir}/spacer.gif" width="10" height="1" alt="" /></td> <td align="right">{include file="modules/Fast_Lane_Checkout/big_button.tpl" button_title=$lng.lbl_checkout style="button" href="cart.php?mode=checkout" color="red" arrow="Y"}</td> </tr> </table> </div> {include file="customer/main/cart.tpl"} {/if} {include file="modules/Bestsellers/bestsellers.tpl"} ---But it will display Recommended products list at the top and Bestsellers at the bottom.I want to display Recommended products list at the left side cart at central position(As it is) Bestsellers at the right side. How to do that? Can you help me? Thanks and regards. |
|||||||
#48
|
|||||||
|
|||||||
![]() You should be looking in /skin1/modules/Fast_Lane_Checkout/home.tpl for what you want to do.
There are two lines similar to this: Code:
The first occurrence of that line is for a left column, the second for a right column. Thus, for a left column display replace the first occurrence with this: Code:
Quote:
|
|||||||
#49
|
|||||||||
|
|||||||||
![]() Yes you are looking in the wrong file. And if FLC is not styled already as 3 column layout you will have to do that too
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#50
|
|||||||
|
|||||||
![]() Thanks hooter for your response.Now it works perfect for me.But is it possible to display on cart page only when there are some products in the cart not in the checkout page and not in the payment page for submit order?
I want to display it on cart page when there are some products. Is it possible?If possible how. Thanks and regards. |
|||||||
|
|||
X-Cart forums © 2001-2020
|