pagebreak in product description not work

  • Posts: 27
  • Thank you received: 2
  • Hikashop Business
15 hours 30 minutes ago #364189

-- url of the page with the problem -- : www.aroma-massage.it

hi dear, to reduce the length of the text in the product description I wanted to use pagebreak like slide.
I have already used it on other sites and in other articles on this site and it has always worked well.
But when I try to use it for the product description of hikashop this does not work and only displays a gray line without a title and without a slide.

I tried both with jce editor and tinymce:
with jce: I see the page break button, I insert the data but it is not visible in the frontend;
with Tiny: the pagebreak button doesn't appear at all.

for now I have only tried it on one product visible at the following link

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

  • Posts: 82683
  • Thank you received: 13337
  • MODERATOR
12 hours 8 minutes ago #364190

Hi,

HikaShop automatically removes the readmore tag when displaying the description.
You can see this line of code:

echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description));
if you edit the view file product / show_default via the menu Display>Views.
If you don't want that, you can change it to:
echo JHTML::_('content.prepare',$this->element->product_description);

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

Time to create page: 0.084 seconds
Powered by Kunena Forum