-
AuthorPosts
-
February 28, 2012 at 11:16 am #174389
Using JA Tiris web shop, but some of my products have very little information. These are accessories which (plumbing pipes, washers, etc) do not need pictures or a lot of info.
Can these be displayed as a line instead of a box? I have tried removing pictures and setting sixe to 0, but it didnt help.I have several hundred of these kinds of products, so if its not possible in JA Tiris is there any other web shop template I could use?
Thanks!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 28, 2012 at 11:34 am #440585FYI, I’m not Joomlart staff or Support Member but I have played a fair bit with JoomShopping.
Before I point you in any direction – right or wrong(!), I like to clarify exactly what you trying to achieve.
Are you looking to make the whole shop without pictures (which we can do quite easily with css)?
February 28, 2012 at 12:20 pm #440591Hi – thanks for replying.
First let me say that i am new to this, so I hope I am not asking stupid questions!
The main items in the shop will be with pictures and descriptions, but with every item there will be “related products” which are quite insignificant (pricewise and details) but which are needed for the main products.
Ideally I would like the main product with details and pictures and under it “related products” which visually look like a Excel document but with a “Add to cart” symbol at the end of each line.Hope you understand what I mean… 🙂
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 28, 2012 at 12:38 pm #440594I hope so but my brain runs on old oil so maybe not! 😉
Right, just for me again please-
you are happy with the shop having pictures for your main products i.e. a bath, a sink etc. But you want to have each product showing related products like pipes, drains, etc under the product so that customers can click on these too?
This you do very very easily with css. Now, as I’m not staff etc, you should take a copy of this file – /components/com_jshopping/css/ja_tiris.css onto your desktop so that you always have a backup to restore.
Once you have done that you can edit the main file.
Look at around line 859 for this code
.productfull .realted-products .product-image {
margin-bottom: 15px;
}and replace it with this
.productfull .realted-products .product-image {
margin-bottom: 15px;
display: none;
}
That will leave your main pictures but all products below will just be text.
I hope that is what you want and why I strongly recommend making a copy of the file before you change it (even if it is only 1 line of code)
Bestens
1 user says Thank You to swissa for this useful post
February 28, 2012 at 9:13 pm #440698Nice one!
Thanks – worked a treat!!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
February 28, 2012 at 9:37 pm #440704You may want to change the css a little bit more to get rid of the clickable name in related products (which would take them to a product with a broken foto) and to lose the detail button. Just leave the name, description and the add button.
If you think that that code would help just shout!
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by swissa 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum