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
 exclude product from home page recommended product
Author « Topic »  

tgorski
Ecommerce Template Expert

USA
918 Posts

Posted - 01/29/2018 :  09:20:56  
Is there a way to exclude a product from home page recommended products?

We still want to display it on the cart page upon checkout, but is is a product we do NOT want to feature in the recommended products on the Home page.

Thanks!

Tim Gorski

Andy
ECT Moderator

95440 Posts

Posted - 01/29/2018 :  09:39:14  
Hi Tim

I've given it some thought but just can't see a way of doing that I'm afraid.

Andy

Please feel free to review / rate our software

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 01/29/2018 :  10:43:04  
View the code source of the home page and find the id for the tform

It'll look something like this below:

<form method="post" name="tForm11" id="ectform11" action="/cart.php"

To hide that product with the id of 11 add the following to your style.css providing you're using the cs prefix

.csproduct #ectform11 {display:none;}



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 01/29/2018 :  10:50:50  
Edit - you would add that css snippet to the <head> section in the index page only because you still need to see it on the cart page.

<style type="test/css">
.csproduct #ectform11 {display:none;}
</style>



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*
  « 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