Hi Guys,
I've been searching far and wide and can't seem to resolve this issue.
In my best sellers listing, you can see the price of the product, etc. See attachment 1.
Then, on my product wall, all I can see is "See Product" (Attachment 2)- I would like these to read the same but haven't managed to do it. Some products have variable too, so they would need to say "From [price]"
My site is www.puristcoffee.com - I would really appreciate your help. I just want customers to be able to see the price without having to actually see the product details.
Thanks everyone!
Bump
what are u calling a "product wall"?
Thanks for the reply!
Basically the area that displays all the products. See link: http://puristcoffee.com/index.php/beans
This is where I want to see the price or "From [Price]"
Anyone able to help me here?
Well no -- your using a 3rd party Gavik template so you need to ask them...
but if you look at the std. templates you should be able to work it out...
This sounds like a template override job. Check templates/your_template/HTML/com_virtuemart/ and see if you can find the correct file.
Sendt fra min A0001 med Tapatalk
Thanks for the reply, I'm not that adept in code so I'm not quite sure what you're asking me to do.
You need to edit your theme in the files to achieve what you want.. i cant tell exactly where because im not 100% into the code
Damn, surely there's an option to just select "show price in category layout"?
Ok, I got it to work. Now, I need some more help.
See attached. There's some strange "*/ ?> " under the price. And then, is there a way to just have the product title and not a "See Product" tag.
Ok, I fixed issue no1. Still working on issue no2. The see product details buton.
To help people in the future. In /html/com_virtuemart/category around line 192 there is some text that says "Remove this to show product prices" all you do is erase that text and you're winning.
To clarify, this only applies if you use the same Gavick template, as the template overrides used are specific to that template developer.
Thanks for that!
I fixed the above issue too by finding
<a href="<?php echo $product->link; ?>" class="readon"><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DETAILS'); ?></a>
</div>
in /html/com_virtuemart/category/default.php
And removing it.