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
 Technical
 ASP (Windows server) versions
 Using Store as Catalog
Author « Topic »  

cooper
Ecommerce Template Guru

USA
2807 Posts

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

Posted - 10/07/2019 :  11:43:28  
I have a site with the commerce functionality turned off (no prices, no add to cart, etc.). The DETAILS button on the products.asp page takes you to the proddetail.asp page for more information, reviews, and related products.

However, the search.asp page has "price" as a search parameter. Is there a way to turn that off in the cart?

Cooper

Vince
Administrator

42464 Posts

Posted - 10/07/2019 :  12:06:39  
Hi Cooper
You could remove that with a bit of CSS, for instance...

div.searchprice_cntnr{display:none;}

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

cooper
Ecommerce Template Guru

USA
2807 Posts

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

Posted - 10/07/2019 :  12:16:26  
Thank you, Vince!

Cooper

cooper
Ecommerce Template Guru

USA
2807 Posts

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

Posted - 10/07/2019 :  12:31:02  
http://www.cocktailservers.com/search.asp

Price is gone but now the "search type" option box has moved up at the end of the search field.



Cooper

Sinbad
ECT Moderator

USA
65936 Posts

Posted - 10/07/2019 :  12:49:08  
Hi Cooper, try adding this to your style sheet

div.searchtypetext, .searchtype, div.searchcategory_cntnr {
float: left;
width: 100%;
}

and line 1717 in ectcart add the float.

div.searchsubmit {
padding: 8px 4px;
float: left !important;
}

Better yet add the above to your main style sheet so its not overwritten when updating.


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

cooper
Ecommerce Template Guru

USA
2807 Posts

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

Posted - 10/08/2019 :  04:29:14  
Thank you, Marlene!!!

Cooper

  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000