Layout on Product Page using Tabular

  • Posts: 28
  • Thank you received: 1
12 years 3 months ago #60959

Hello There,
My first time posting here,.. First like to say, Hikashop has so far been very promising.

I'm currently working a layout that I need some assistance. I like the Tabular layout but I don't need the "description/post a comment" box that comes with it. How can i remove this box?

Image is enclosed

Thanks in advance.

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
12 years 3 months ago #60987

Hello !

I think that you'll just have to :

- Go to "Hikashop->Display->Views"
- Edit the "show_tabular" file of the "product" view of your front-end template
- Change the lines :

$layout_vote_listing = hikashop_getLayout('vote', 'listing', $params, $js);
$layout_vote_form = hikashop_getLayout('vote', 'form', $params, $js);
by this lines :
//$layout_vote_listing = hikashop_getLayout('vote', 'listing', $params, $js);
//$layout_vote_form = hikashop_getLayout('vote', 'form', $params, $js);
$layout_vote_form=false;
$layout_vote_listing =false;

Hope this will help you.

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

  • Posts: 28
  • Thank you received: 1
12 years 3 months ago #61076

Thanks Mohamed for your quick reply,

I may have explained incorrectly, I wish to remove the "ENTIRE DESCRIPTION/COMMENT BOX" that is below the Add to Cart button.



Thanks in advance Mohamed

Attachments:

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
12 years 3 months ago #61135

You don't need to edit the view file for that.

You can just add the CSS below on your website :
#hikashop_product_bottom_part{display:none;}

The following user(s) said Thank You: Mohamed Thelji

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

  • Posts: 28
  • Thank you received: 1
12 years 3 months ago #61161

Thanks Nicolas..... The support here is excellent. Im going to try to learn Hikashop as long as you guys are willing to help out.... THANKS AGAIN!!

I will Soon give HikaShop a review .... SOOON!

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

  • Posts: 3
  • Thank you received: 0
10 years 1 month ago #174002

Hi, I 'm new to the forum and also new to HikaShop platform. I'm trying to follow the steps to hide the "ENTIRE DESCRIPTION/COMMENT BOX" but do not know where exactly I have to add the css code you provided .

Excuse my English , I'm Spanish and I'm using the translator. thanks and congratulations for this great tool is HikaShop .

Last edit: 10 years 1 month ago by Paulshure.

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

  • Posts: 28
  • Thank you received: 1
10 years 1 month ago #174006

Hi Paulshure,

Go to your admin, (backend) - components/hikashop/configuration/display. There you will find the hikashop CSS files where you can change or add the css edits: #hikashop_product_bottom_part { display: none; }

Using Firefox and the tool "Fire-bug" will help you with your CSS needs.

Good luck,

P.S. I changed my website around, If you like, you can see it here... www.tsnsportsnutrition.com I am very pleased with Hikashop...!

Big5hot.

Last edit: 10 years 1 month ago by big5hot.
The following user(s) said Thank You: Paulshure

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

  • Posts: 3
  • Thank you received: 0
10 years 1 month ago #174013

Thank you very much for responding so quickly.

I added the code to the file as .CSS told me but nothing happens .

Actually I'm very lost , and that I can not hide it.

Attached two screenshots . A backend and another before and after .

I tried adding it to the end but just does not work .

Attachments:

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

  • Posts: 3
  • Thank you received: 0
10 years 1 month ago #174046

I have already solucinado . finally I found it . thank you very much and very grateful

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

Time to create page: 0.103 seconds
Powered by Kunena Forum