Product description Status

  • Posts: 5
  • Thank you received: 0
13 years 4 days ago #30856

Hello, I would like to change the description of the product

Now I have to do; www.claradehuevo.com/webprueba/index.php...o/12-galletas-linzer

But I want to do


This is an edited picture by photoshop

What do I have to change?

Thanks!!

Attachments:
Last edit: 13 years 4 days ago by astru.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 4 days ago #30902

Hi,

You should move the code:
<div id="hikashop_product_description_main" class="hikashop_product_description_main">
<?php echo JHTML::_('content.prepare',preg_replace('#<hr *id="system-readmore" */>#i','',$this->element->product_description)); ?>
</div>

inside the div hikashop_product_right_part in the file 'show' of the view 'product' via the menu Display->Views.

If the width of the description is too big, the whole right part might go below the image. In that case, you will need to add some CSS like that :
.hikashop_product_right_part { width: 400px; }
in the front end CSS that you can edit via the Display tab of the configuration.

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

  • Posts: 5
  • Thank you received: 0
13 years 3 days ago #30949

Ok, Thanks! :laugh:

I have another question.

By increasing the images of my products

How I can add a button next or play like these?

Attachments:
Last edit: 13 years 3 days ago by astru.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
13 years 3 days ago #30957

There is no option for that.
You would need to override the image display by using another shadow box system. But that require programming skills.
We have some documentation for developers about that here:
www.hikashop.com/en/support/documentatio...tation.html#override

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

Time to create page: 0.058 seconds
Powered by Kunena Forum