Keyword

Item view customize positions

More
11 years 3 weeks ago #118048 by Luuk
Item view customize positions was created by Luuk
Hello,

There is this thing that I tried for a long time.
In my K2 store in the 'Item View' of a product, i want to have the image 'medium' on the left and the 'add to cart' button, price, 2 custom fields and the image gallery next to it (on the right). The full description, tags and related items can be placed underneath the image and right column.

Ok so I want to know how to edit this. For sure, I need to edit
templates/template/html/com_k2/templates/default/item.php
Or is it just a k2.css issue?

I can't get the add to cart button on the side of the image and the full description 100% width underneath the image.

Can someone point me in the right direction?

Thanks

:)

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 weeks ago #118049 by Yiota
Replied by Yiota on topic Re: Item view customize positions
A link to your page would be helpful.

Thank you.

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

More
11 years 3 weeks ago - 11 years 3 weeks ago #118050 by Luuk
Replied by Luuk on topic Re: Item view customize positions

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 weeks ago #118051 by Yiota
Replied by Yiota on topic Re: Item view customize positions
You could try with css by providing this

.itemImageBlock {float:left; ..... }
.itemBody:before {clear: both; content: ""; display: block;}

You don't have the rest of the elements provided in your page so I can't tell you what else you need to add. It depends on where they appear in the first place.
You may need to modify item.php in order to bring them before the itemBody block.

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


Powered by Kunena Forum