Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Bestsellers on ALL pages

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #31  
Old 10-05-2007, 05:24 AM
 
inmotionmedia inmotionmedia is offline
 

Newbie
  
Join Date: Jun 2007
Posts: 8
 

Exclamation Re: Bestsellers on ALL pages

Hey,

My site lay-out http://www.crazyfashion.nl/home.php?cat=4 always holds the bestsellers area.
Now i want to show this bar also on the help pages and the checkout pages because it just do'nt show up...
I already used this option link on this forum to display the bestsellers on a empty categorie but it doesn't work for the static, help and checkout pages.

I don't know what to do right now but it is needed in my design


Help is needed thanks!


I use the newest update of x-cart gold 4.1.8
__________________
In Motion Media
Reply With Quote
  #32  
Old 10-08-2007, 09:48 PM
 
apanda apanda is offline
 

Member
  
Join Date: Sep 2007
Posts: 24
 

Default Re: Bestsellers on ALL pages

I'd like to use this too... Any updates?
__________________
X-Cart Pro v4.1.8 [Linux]
Reply With Quote
  #33  
Old 10-10-2007, 12:36 AM
 
inmotionmedia inmotionmedia is offline
 

Newbie
  
Join Date: Jun 2007
Posts: 8
 

Default Re: Bestsellers on ALL pages

isn't there a way to just assign the $bestsellers like it's assigned on the main page of the website? where the featured products are.
There must be a easy way of doing iet because it's working on the main page.

I can't find anything buth i'm sure someone knows the workaround.
http://www.crazyfashion.nl/pages.php?pageid=7 the bestsellers must be situated on the right side. I already used the workaround to show bestsellers on a empty category and that works perfect.

TNX!

I use the newest update of x-cart gold 4.1.8
__________________
In Motion Media
Reply With Quote
  #34  
Old 10-16-2007, 06:43 AM
 
inmotionmedia inmotionmedia is offline
 

Newbie
  
Join Date: Jun 2007
Posts: 8
 

Default Re: Bestsellers on ALL pages

The nice people of qualiteam helped me out, it was quite easy and i have seen this option before but didn't use it.

To help everyone out:

Quote:
1. To include 'Bestsellers' menu in the checkout process pages, please edit 'cart.php' file in your X-Cart directory. Add these lines:

if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";

right after

require "./auth.php";

line.

2. To include the 'Bestsellers' menu on the help pages, please, edit the 'help.php' file in your X-Cart directory. Add these lines:

if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";

after

if($active_modules["Manufacturers"])
include $xcart_dir."/modules/Manufacturers/customer_manufacturers.php";

3. To include 'Bestsellers' menu in the static pages, please, edit 'pages.php' file in your X-Cart directory. Add these lines:

if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";

after

if ($active_modules["Manufacturers"])
include $xcart_dir."/modules/Manufacturers/customer_manufacturers.php";
__________________
In Motion Media
Reply With Quote
  #35  
Old 10-19-2007, 01:56 PM
  scottmotte's Avatar 
scottmotte scottmotte is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 41
 

Default Re: Bestsellers on ALL pages

This was a huge help. Thanks.

I also needed it for manufacturers.php so to add:

4. To include 'Bestsellers' menu in the manufacturers pages, please, edit 'manufacturers.php' file in your X-Cart directory. Add these lines:

if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";

after

if ($active_modules["Manufacturers"])
include $xcart_dir."/modules/Manufacturers/customer_manufacturers.php";
__________________
x-cart pro 4.1.9
http://allprotools.com
Reply With Quote
  #36  
Old 10-19-2007, 02:50 PM
  scottmotte's Avatar 
scottmotte scottmotte is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 41
 

Default Re: Bestsellers on ALL pages

Also. I came across the need of having to do this with the Recommended_Products module. To do this I placed:

if ($active_modules["Recommended_Products"])
include "./recommends.php";

just below every page in which I placed
if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";
__________________
x-cart pro 4.1.9
http://allprotools.com
Reply With Quote
  #37  
Old 10-19-2008, 09:23 AM
  davidsaldana's Avatar 
davidsaldana davidsaldana is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 187
 

Default Re: Bestsellers on ALL pages

Quote:
Originally Posted by inmotionmedia
The nice people of qualiteam helped me out, it was quite easy and i have seen this option before but didn't use it.

To help everyone out:

This is a nice mod, but I think it could be taken a step further. I like having the bestsellers in the mfg section, but it would be a lot more relevant to the customer if the bestsellers were specific to that mfg, not the overall site. I dont know how to do it, but any help would be greatly appreciated.

BTW, got this to work as stated in original post on version 4.1.11
__________________
4.4
Code:
Hello World
Reply With Quote
  #38  
Old 10-21-2008, 06:55 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Bestsellers on ALL pages

Am I missing something here? I just put my bestsellers in the menu and it shows up everywhere (except fastlane checkout).
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote
  #39  
Old 05-21-2010, 04:07 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Bestsellers on ALL pages

I want to display bestseller on cart page on the left side when there is some product in the cart.How to display bestseller in cart page?

Thanks and regards,
__________________
4.6.1 Platinum


Reply With Quote
  #40  
Old 05-25-2010, 04:09 AM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Bestsellers on ALL pages

Quote:
Originally Posted by JWait
Am I missing something here? I just put my bestsellers in the menu and it shows up everywhere (except fastlane checkout).

Yes JWait you are right.When I add
1. To include 'Bestsellers' menu in the checkout process pages, please edit 'cart.php' file in your X-Cart directory. Add these lines:

if ($active_modules["Bestsellers"])
include $xcart_dir."/modules/Bestsellers/bestsellers.php";

right after

require "./auth.php";

line.
--it shows in bestsellers when the cart is empty.It never shows in fastlane checkout page( ie when there are some products in the cart).I want to display bestsellers and Recommended products list in fast lane checkout page.

How to do that?

Any help?

Thanks to all.
__________________
4.6.1 Platinum


Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:36 PM.

   

 
X-Cart forums © 2001-2020