Jump to content

how to remove default triple dot for product category display?


Guest Jason Wong

Recommended Posts

Guest Jason Wong

hi there

i believe some of u might experience your customer request if those who do not require to enter "product description" on the admin. what the display will look like is basically triple dot which look ugly or not relevant

at all to end users. is there any mod available that can let us on/off this function or how can we delete that manually for this kind of cart in particular?

for example: http://www.mtgcardplace.com/store/index.ph...viewCat&catId=3

In Additional, is it a bug that when display product under category, the product suppose to be in ascending order, say starting with Aphabet A, but C come out to be the 1st on top of A. is this configuration problems or the default CC bugs? pls advise.

http://www.mtgcardplace.com/store/index.ph...viewCat&catId=2

cheers

Jason

Link to comment
Share on other sites

Guest vrakas

Answer to question 2 is here, look towards the end of this post :)

Question 1, someone else please.

PS: An excelent design and very well done, did you design it? :)

Link to comment
Share on other sites

Guest Jason Wong

Answer to question 2 is here, look towards the end of this post :)

Question 1, someone else please.

PS: An excelent design and very well done, did you design it? :)

thks Vraksa for your comment. ;-)

i do custom design for my client. still pretty new to the template & CC format.

but i've asked other who help me in the template integration part.

i think i'm the newbie here, so must learn alot from everyone!

cheers ;-)

Link to comment
Share on other sites

Q1

includes/content/viewCat.inc.php

use

$view_cat->assign("TXT_DESC",substr(strip_tags($productResults[$i]['description']),0,$config['productPrecis']));




instead of




$view_cat->assign("TXT_DESC",substr(strip_tags($productResults[$i]['description']),0,$config['productPrecis'])."…");

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...