multiple products with description?

  • Posts: 11
  • Thank you received: 0
11 years 8 months ago #92274

Hello,
I am trying to figure out how to skip a step.
This is what I have:
1. user clicks category
2. it goes to product listing
3. then user clicks product and the description appears

What I need is for user to:

1. click category
2. then it goes to the product list WITH description.

I thought if i clicked the default div setting to display "image and description" it would work, but it doesn't. (see attached) Basically, I have small music samples for sale, so I have embedded the player in each description, so I would like for example, if the user clicks the category "piano" then all of the piano products would be listed with descriptions so the people would see the embedded media player for each and they can only listen to what they want right there without having to click each product again to see the description. Any help would be appreciated.

Thanks

Attachments:

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 8 months ago #92296

Hi,

The option is the default parameters but it could be override in the content menu.
In HikaShop > Display > Content menu, you would see the category listing which is used by your menu. By editing his options, you would be able to set the type of item layout too.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 11
  • Thank you received: 0
11 years 8 months ago #92299

I have made the change as you indicated, but it still does not show the descriptions. (see screenshots)



Attachments:

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

  • Posts: 2334
  • Thank you received: 403
11 years 8 months ago #92345

Hi there,

On your last screenshot the Type of item layout is set to image and title.
Set it to image and description, it should solve the problem.

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

  • Posts: 11
  • Thank you received: 0
11 years 8 months ago #92409

Thank you. I changed that setting, and now the description is there, but the formatting doesn't work and also the media player doesn't work. The media player works fine in the normal product description as in attached screenshots. Please advise.



Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #92453

Hi,

I think that the answer to you problem is in this post:
www.hikashop.com/fr/forum/5-support-en-f...vue-liste.html#89643

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

  • Posts: 11
  • Thank you received: 0
11 years 8 months ago #92477

That's probably good, but that is all in French! I switched to English, but it just changed the titles.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #92533

You have to create a custom field in Display > Custom Fields, the table must be "product", you can call the field "extract"
Then in each product pages, add the tag and the link to the file like, for example: {mp3}path/file.mp3}

Edit the view "product / listing_img_title" and add the code:

<? echo JHTML::_('content.prepare',$this->row->extract); ?>

The following user(s) said Thank You: minger1016

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

Time to create page: 0.112 seconds
Powered by Kunena Forum