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
 PHP (Unix / Linux / Apache) versions
 Products page - Short Description
Author « Topic »  

brianjay2000
Starting Member

USA
31 Posts

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

Posted - 11/25/2019 :  11:51:29  
On my Products page; the "Short Description" does NOT want to display.
http://memories4sale.com/products.php?cat=324, Why/

Brian Elefant

1818charlie
ECT Moderator

United Kingdom
1179 Posts

Posted - 11/25/2019 :  11:55:29  
I think the short description can be set not to show in the includes file

Steve
Manchester, UK

Using ECT since 2004

Edited by - 1818charlie on 11/25/2019 11:58:44

brianjay2000
Starting Member

USA
31 Posts

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

Posted - 11/25/2019 :  12:22:21  
I checked the includes file and found nothing wrong. Am I not seeing it?

<?php
// ===================================================================
// For a description of these parameters and their useage, please open the following URL in your browser
// http://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp
// Display Options

$GLOBALS['adminencoding']='utf-8';
$GLOBALS['pagebarattop']=0;

// Shipping / Tax Options
$GLOBALS['taxShipping']=0;
$GLOBALS['taxHandling']=0;

// Payment Options
$GLOBALS['payproviderradios']=1;
$GLOBALS['persistentcart']=5;

$GLOBALS['extracheckoutfield1']="How did you hear about us?";
$GLOBALS['extracheckoutfield1required']=TRUE;
$GLOBALS['extracheckoutfield1html']="<select name=\"ectfield\" size=\"1\"><option value=\"\">Please Select...</option>
<option value=\"Google\">Google</option>
<option value=\"Yelp\">Yelp</option>
<option value=\"Friend\">Friend</option>
<option value=\"Networking\">Networking</option>
<option value=\"Facebook\">Facebook</option>
<option value=\"Other\">Other</option>
</select>";// Modified 10/22/19

$GLOBALS['nocatid']=TRUE;
$GLOBALS['showinstock']=TRUE;
$GLOBALS['manufacturerfield']="Manufacturer";
$GLOBALS['usefirstlastname']=TRUE;
$GLOBALS['notifybackinstock']=TRUE;
$GLOBALS['removedefaultoptiontext']=TRUE;

$GLOBALS['detailnameh1']=TRUE;
$GLOBALS['imgcheckoutbutton']='button';

$GLOBALS['estimateshipping']=TRUE;
$GLOBALS['autobillingtoshipping']=FALSE;
$rememberme=TRUE;// ADDED by BJE 10/22/19

// Layout Options
$GLOBALS['usecsslayout']=TRUE;
$GLOBALS['detailpagelayout']='navigation,productimage,productname,instock,description,manufacturer,custom1,quantitypricing,listprice,price,currency,options,quantity,addtocart,previousnext,socialmedia,custom2,reviews';

$productpagelayout='productimage, productname, manufacturer, instock, description, price';

$GLOBALS['actionaftercart']=3;

$GLOBALS['useimageincart']=TRUE;
$GLOBALS['linkcartproducts']=TRUE;
$GLOBALS['recentlyviewed']=TRUE;
$GLOBALS['numrecentlyviewed']=5;

// Email Options
$GLOBALS['htmlemails']=TRUE;

// Checking Out
$useimageincart=TRUE; // ADDED by BJE 11/19/19
$menuraquo="-->"; // ADDED by BJE 11/19/19

// Image Tweaks
$GLOBALS['imgdetaillink']='button';

// Cross Selling / Upselling
$GLOBALS['crosssellaction']='bestsellers,related';
$GLOBALS['csbestsellerstitle']='Our best sellers';
$GLOBALS['csrecommendedtitle']='Recommended items';
$GLOBALS['bestsellerlimit']=180;

// Social Media
$GLOBALS['socialmediabuttons']='facebook, google';
$GLOBALS['socialbuttonfacebook']='<div class="fb-like" data-href="%pageurl%" data-layout="button" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>';

// CATEGORIES
$categorycolumns=2; // will show the categories in 2 columns MODIFIED 11/23/19
$sortcategoriesalphabetically=FALSE; // will sort your categories alphabetically ADDED by BJE 11/23/19
$usecategoryformat=3; // will show the categories in 2 columns ADDED 10/5/19

// PRODUCTS
$GLOBALS['nobuyorcheckout']=FALSE; // Removes buy and checkout buttons ADDED by BJE 9/30/19
$GLOBALS['showquantonproduct']=TRUE; // Removes quantity box ADDED by BJE 9/30/19
$GLOBALS['showinstock']=TRUE; // Hides out of stock products ADDED by BJE 9/30/19
$htmleditor="ckeditor"; // ADDED by BJE 11/23/19
$useimageincart=TRUE;
$productcolumns=2; // ADDED by BJE 10/5/19
$useproductbodyformat=2;// ADDED by BJE 10/5/19
$usesearchbodyformat=2;// ADDED by BJE 9/30/19
$minpurchaseamount=5.00;// ADDED by BJE 10/22/19
$minpurchasemessage="I'm sorry, we have a minimum purchase amount of $5.00. <br>Please go back and <b>buy some more</b>";// ADDED by BJE 10/22/19

// PRODUCT DETAIL PAGE
$detailnameh1=TRUE;// ADDED by BJE 11/23/19
$showinstock=TRUE;// ADDED by BJE 10/22/19

?>

Brian Elefant

dbdave
ECT Moderator

USA
10272 Posts

Posted - 11/25/2019 :  12:36:56  
This is what controls that - $productpagelayout='productimage, productname, manufacturer, instock, description, price';

However, you might have that set in the products.php page itself and that would override what's in the includes. So check there.

brianjay2000
Starting Member

USA
31 Posts

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

Posted - 11/25/2019 :  12:53:29  
And; there it was. I was experimenting with the products page an d I forgot to remove 6 lines of code that was there.

Thanx,
Brian

Brian Elefant

dbdave
ECT Moderator

USA
10272 Posts

Posted - 11/25/2019 :  13:06:46  
That's good news. Looking at your product page, I think you could really benefit from a flexbox layout https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=107608 if you wanted to improve that a bit.
David
  « 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