Short description in product listing.

  • Posts: 12
  • Thank you received: 0
11 years 9 months ago #115286

In product listing page I want to have :

Product name
PRODUCT SHORT DESCRIPTION.
product price.

I found some pieces of code but it inserts full description.
Maybe I can use some other fields for short description? and then insert it to the product listing ?

Or can i do it through categories ?
I have : Aplifier's => 2 chanel amp => blablabla_name

need to display :
blablabla_name
2 chanel amp
product price.

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 9 months ago #115302

Hi there,

First of all you should try the different layout we propose in the module/menu configuration. I guess the "image and description" will be fine for you.
About the short description, this layout actually use the read-more tag so if your product descriptions include this tag it will automatically cut your description and look better.
Finally, if you really want to customize this layout, you can go in Display>Views and find the view you are using (for example listing_img_desc) and edit the html and php code there.

The following user(s) said Thank You: up2sky

Please Log in or Create an account to join the conversation.

  • Posts: 12
  • Thank you received: 0
11 years 9 months ago #115421

found it, but how to hida "read more" button just from product listing page? :)

Last edit: 11 years 9 months ago by up2sky.

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 9 months ago #115429

I guess some css would do the job.
Just do a right click on the button, use the "inspect element" feature of your browser and find the button's class.
You should then be able to add a css rule on this element like

.theclass{
display:none;
}

The following user(s) said Thank You: up2sky

Please Log in or Create an account to join the conversation.

Time to create page: 0.074 seconds
Powered by Kunena Forum