X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Featured product to appear in check out step 1 of 2 (https://forum.x-cart.com/showthread.php?t=15143)

shipmerchant 07-12-2005 06:19 AM

Featured product to appear in check out step 1 of 2
 
Hi,

Can any one recomend on how to get the featured products mage to appear in the check out process 1 of 2, page? I would like to get them to appear right above the area that discribes the shipping, items, price, quantity, subtotal- Row.


Here is where in this (area)
Product Price Quantity Subtotal

Thanks any help would be greatly appreciated!
:?

balinor 07-12-2005 06:29 AM

Post moved. Please be aware of where you post and be sure to read the forum descriptions. As the name implies, the Completed Custom Mods forum is for posting completed code only, not questions. Thanks! :)

Dongan 07-12-2005 07:12 AM

Hi,

Open Cart.php file and place the code

Code:

if (empty($products))
        include "./featured_products.php";


open skin1\customers\main\cart.tpl

and place the code

Code:

{include file="customer/main/featured.tpl" f_products=$f_products}

shipmerchant 07-12-2005 03:06 PM

Quote:

Originally Posted by Dongan
Hi,

Open Cart.php file and place the code

Code:

if (empty($products))
        include "./featured_products.php";


open skin1\customers\main\cart.tpl

and place the code

Code:

{include file="customer/main/featured.tpl" f_products=$f_products}




Can you please tell me what specific area the code snippet above/below should be placed in the Cart.php file, and also for the Cart.tpl?


Thanks you very much for your help and time! :)

ameamefu 07-17-2006 02:16 AM

thanx Dongan. worked well.

ameamefu 11-08-2006 07:40 PM

Re: Featured product to appear in check out step 1 of 2
 
Dongan, actually that bit of code revision screwed up my anonymous checkout, see my post:

http://forum.x-cart.com/showthread.php?t=26378

After which, tech support provided a fix, which I have yet to fully test, but will. Learned my lesson.


All times are GMT -8. The time now is 02:52 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.