VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: LukeVenter on August 05, 2015, 08:41:59 AM

Title: Product price display on product wall
Post by: LukeVenter on August 05, 2015, 08:41:59 AM
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!
Title: Re: Product price display on product wall
Post by: LukeVenter on August 05, 2015, 15:54:02 PM
Bump
Title: Re: Product price display on product wall
Post by: GJC Web Design on August 05, 2015, 18:19:42 PM
what are u calling a "product wall"?
Title: Re: Product price display on product wall
Post by: LukeVenter on August 06, 2015, 14:50:58 PM
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]"
Title: Re: Product price display on product wall
Post by: LukeVenter on August 11, 2015, 14:40:46 PM
Anyone able to help me here?
Title: Re: Product price display on product wall
Post by: GJC Web Design on August 12, 2015, 11:59:37 AM
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...
Title: Re: Product price display on product wall
Post by: welrachid on August 18, 2015, 07:21:25 AM
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

Title: Re: Product price display on product wall
Post by: LukeVenter on August 18, 2015, 15:46:19 PM
Thanks for the reply, I'm not that adept in code so I'm not quite sure what you're asking me to do.
Title: Re: Product price display on product wall
Post by: welrachid on August 18, 2015, 17:56:26 PM
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
Title: Re: Product price display on product wall
Post by: LukeVenter on August 19, 2015, 10:36:36 AM
Damn, surely there's an option to just select "show price in category layout"?
Title: Re: Product price display on product wall
Post by: LukeVenter on August 19, 2015, 11:13:08 AM
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.

Title: Re: Product price display on product wall
Post by: LukeVenter on August 19, 2015, 11:16:56 AM
Ok, I fixed issue no1. Still working on issue no2. The see product details buton.
Title: Re: Product price display on product wall
Post by: LukeVenter on August 19, 2015, 11:26:17 AM
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.
Title: Re: Product price display on product wall
Post by: jenkinhill on August 19, 2015, 11:29:47 AM
To clarify, this only applies if you use the same Gavick template, as the template overrides used are specific to that template developer.
Title: Re: Product price display on product wall
Post by: LukeVenter on August 19, 2015, 11:54:30 AM
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.