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
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Related items not showing
Author « Topic »  

JustDucky923
Ecommerce Template Guru

USA
1333 Posts

Posted - 05/08/2019 :  10:40:37  
On one of my sites, the related items are suddenly not showing up any more. They have many products that are related in the admin and as of the last few days, nothing shows on the product detail page.

Here is what is on that page:


<?php include "vsadmin/inc/incproddetail.php" ?>
<?php include "editprod.php" ?>
<?php
$crosssellaction='bestsellers';
$crosssellcolumns=3;
$crosssellrows=2;?>
<?php include "vsadmin/inc/inccrosssell.php" ?>

Andy
ECT Moderator

95440 Posts

Posted - 05/08/2019 :  10:52:05  
Hi

You have defined those as best sellers rather than related - is that what you wanted?

Andy

Please feel free to review / rate our software

JustDucky923
Ecommerce Template Guru

USA
1333 Posts

Posted - 05/08/2019 :  11:24:50  
Items that are showing up on the pages are best sellers, but they used to show best sellers AND related items. Is something incorrect about the way I have it?

JustDucky923
Ecommerce Template Guru

USA
1333 Posts

Posted - 05/08/2019 :  11:27:44  
I think I see what happened. Last month I asked a question about being able to show more than 3 "best selling products" on the product detail page. Here was your answer:

Hi

Can you try it like this

<?php
$crosssellaction='bestsellers';
$crosssellcolumns=3;
$crosssellrows=2;?>
<?php include "vsadmin/inc/inccrosssell.php" ?>

Andy

I'm guessing that is how it got changed.

What should I change it to so that they can show Related Items AND Best Sellers on the product detail page - with Related Items showing first and Best Sellers below that?

Andy
ECT Moderator

95440 Posts

Posted - 05/08/2019 :  11:30:11  
Try it like this

$crosssellaction='related,bestsellers';

Andy

Please feel free to review / rate our software

JustDucky923
Ecommerce Template Guru

USA
1333 Posts

Posted - 05/08/2019 :  11:41:51  
I think that did it!

You are the best :)
  « 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