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 »  

dano2
Ecommerce Template Expert

USA
514 Posts

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

Posted - 02/19/2018 :  20:57:27  
Hi,

I just noticed when I enter the product short description it does not
appear to show anywhere. Do I need to do something else to make
is show up on the cart? thanks in advance..

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 02/19/2018 :  21:13:01  
The short description appears on the products.php page. If you are using a SCS layout, something like this should be in your includes.php file
$productpagelayout="productid,productimage,productname,reviewstars,detaillink,description,options,price,quantity,addtocart";


Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Andy
ECT Moderator

95440 Posts

Posted - 02/20/2018 :  00:12:02  
Hi

It could also be that you have the shortdescriptionlimit parameter set in products.php. Can you open products.php and just before the incproducts.php include line, check for that?

Andy

Please feel free to review / rate our software

dano2
Ecommerce Template Expert

USA
514 Posts

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

Posted - 02/20/2018 :  18:49:04  
Hi I did find "Removes short description" line in products.php. Do I need to remove or change that line?

<?php
$GLOBALS['nobuyorcheckout']=TRUE; // Removes buy and checkout buttons
$GLOBALS['noproductoptions']=TRUE; // Removes product options
$GLOBALS['showquantonproduct']=FALSE; // Removes quantity box
$GLOBALS['showproductsku']=""; // Removes SKU field
$GLOBALS['manufacturerfield']=""; // Removes Manufacturer field
$GLOBALS['showinstock']=FALSE; // Hides out of stock products
$GLOBALS['showproductid']=FALSE; // Removes product ID
$GLOBALS['shortdescriptionlimit']=0; // Removes short description
$GLOBALS['noshowdiscounts']=TRUE; // Hides discount text
?>
<?php include "vsadmin/inc/incproducts.php" ?>

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 02/20/2018 :  19:13:09  
Hi Dan you can remove the line from the page.

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

dano2
Ecommerce Template Expert

USA
514 Posts

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

Posted - 02/21/2018 :  17:41:30  
Hi Sinbad, I removed the line, however now the short description is a little distorted running over
the Price text it looks like.

Andy
ECT Moderator

95440 Posts

Posted - 02/21/2018 :  23:59:08  
In ectstyle.css change

div.prodprice{
font-size: 1em;
font-weight:normal;
float:left;
width:98%;
color:#666;
margin-top:-20px;
}

to

div.prodprice{
font-size: 1em;
font-weight:normal;
float:left;
width:98%;
color:#666;
margin-top:0px;
}

Andy

Please feel free to review / rate our software

dano2
Ecommerce Template Expert

USA
514 Posts

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

Posted - 02/22/2018 :  17:27:05  
Thank you Andy, worked great.
  « 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