Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 General
 Design issues
 top sellers
Author « Topic »  

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 05/01/2017 :  16:43:48  
I am trying to add top sellers to our site lazermodels.com I have a test page lazermodels.com/index1.php I would like to make the top sellers look like "the most popular items above. Can this be done?

Andy
ECT Moderator

95440 Posts

Posted - 05/02/2017 :  00:41:17  
Hi

You should be able to get that look. I would start with this code to display them

<?php
$csstyleprefix="xcs";
$crosssellaction='bestsellers';
$csnoshowdiscounts=TRUE;
$csnoproductoptions=TRUE;
$csnobuyorcheckout=TRUE;
?>
<?php include "vsadmin/inc/inccrosssell.php" ?>

and the set the styling using the xcs prefix

eg

div.xscproduct{
float:left;
width:22%;
padding:4px;
margin:4px;
border: 1px solid #ccc;
}

Andy

Please feel free to review / rate our software

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 05/02/2017 :  10:16:25  
Thanks Andy will give it a try tommorow. It's there also a way to make it show 4 items always?

Sinbad
ECT Moderator

USA
65936 Posts

Posted - 05/02/2017 :  11:48:46  
Hi you can use the following parameters,

$crosssellcolumns=4;
$crosssellrows=3;

If you want to limit the best seller date range to a specific number of days, add the following to vsadmin/includes.php

$bestsellerlimit=180;

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 05/03/2017 :  13:21:48  
I know this shifts alittle but do yo offer a random product display so it displays random products?

Sinbad
ECT Moderator

USA
65936 Posts

Posted - 05/03/2017 :  13:53:39  
Hi the current version 6.6.+ has a random feature by setting the sort to 13 see example below
<?php
$crosssellaction='bestsellers';
$orsortby=13;
?>
<?php include "vsadmin/inc/inccrosssell.php" ?>

Winners never quit, quitters never win
[green]CSS and Responsive Designs</font>
User Manual for Ecommerce Templates

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 05/03/2017 :  15:08:55  
Cool Thank you

Positivek9
Ecommerce Template Guru

USA
4061 Posts

Pre-sales questions only
(More Details...)

Posted - 05/05/2017 :  08:34:01  
Hi Marlene!

I switched to the sortby=13, LOVE it!

But can you tell me how to get the Please Select to show under the Sort By in the side product filter bar? It shows Name but now that I have the products showing randomly - it seems like Please Select would be better to show as the default selection. (It's there, above Name.)

Maybe I switched it off at some point but can't remember. Looked in Main Settings - nothing there other then label. Or does it show by default and I'm not seeing it due to viewing the pages already? :)

See: https://www.**seeprofile**.com/products.asp?cat=Veggie+Treats





Julie
Browns Summit NC USA

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 05/05/2017 :  09:02:39  
It looks like it is on main settings under product filter bar "Configuration for side filter bar"

Positivek9
Ecommerce Template Guru

USA
4061 Posts

Pre-sales questions only
(More Details...)

Posted - 05/05/2017 :  09:13:24  
Hey there!

Oh, I see it now!

I set Please Select under Default Product Sort Order... :)

Thanks for the help!

Julie
Browns Summit NC USA

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 05/05/2017 :  09:28:51  
my pleasure

matheny00
Ecommerce Template Expert

USA
633 Posts

Pre-sales questions only
(More Details...)

Posted - 12/11/2017 :  16:54:51  
Ok just got to this on the new site and can not for the life of me get it to work or look correct.
What I want are 2 rows of random items think that works so far.
What I cant seem to do is get this section to look like the section on the index page.
lazermodels.com is the look I want
lazermodels.com/indexrandom.php is what I have help....
I know it is css related but I think I did everything that is on this post but doesn't work.

Jan Andrea
Advanced Member

USA
468 Posts

Pre-sales questions only
(More Details...)

Posted - 06/04/2019 :  10:36:35  
Bumping out of a search!

I'd like to have best sellers from each category display on its respective sales page. I mean, ideally, I'd like the default sort option to be best sellers (I know customers can select that), but barring that, I'd love to have the current best sellers appear at the top. However, just including cross sell action as best sellers puts the best sellers for all products. Is there a way to filter it by category? Thank you!

http://www.sleepingbaby.net/
Using ECT 7.1.0

Jan Andrea
Advanced Member

USA
468 Posts

Pre-sales questions only
(More Details...)

Posted - 06/04/2019 :  10:39:40  
Nevermind, I found my answer in another thread!

http://www.sleepingbaby.net/
Using ECT 7.1.0

Andy
ECT Moderator

95440 Posts

Posted - 06/04/2019 :  10:42:46  
For anyone else searching, it's here https://www.ecommercetemplates.com/help/home-page-display.asp#tweaks

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000