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
Author « Topic »  

LadyM
ECT Moderator

1721 Posts

Posted - 01/11/2018 :  08:52:22  
Wordpress cart using my own theme.

I am trying to remove the description from the search page results. I have added this to both admin includes.
$GLOBALS['nosearchdescription']=TRUE;
$GLOBALS['nosearchlongdescription']=TRUE;

But it is not taking effect. I have tried 4 different browsers, emptying the cache in each one. What am I missing?

Andy
ECT Moderator

95440 Posts

Posted - 01/11/2018 :  08:55:07  
Hi

Open search.php in a text editor and change

<?php include "vsadmin/inc/incsearch.php";?>

to

<?php
$GLOBALS['shortdescriptionlimit']=0; // Removes short description
include "vsadmin/inc/incsearch.php";?>

Andy

Please feel free to review / rate our software

LadyM
ECT Moderator

1721 Posts

Posted - 01/11/2018 :  10:26:25  
Thanks Andy, that worked perfectly. I hope one day I get used to Wordpress but in the meantime, I'm glad this forum is here or I'd go nuts!

Andy
ECT Moderator

95440 Posts

Posted - 01/11/2018 :  10:31:18  
No problem. Did you get the home page products sorted out?

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