News:

Support the VirtueMart project and become a member

Main Menu

Product price display on product wall

Started by LukeVenter, August 05, 2015, 08:41:59 AM

Previous topic - Next topic

LukeVenter

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!


GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

LukeVenter

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]"

LukeVenter


GJC Web Design

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...
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

welrachid

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

Best regards,
Wel

LukeVenter

Thanks for the reply, I'm not that adept in code so I'm not quite sure what you're asking me to do.

welrachid

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
Best regards,
Wel

LukeVenter

Damn, surely there's an option to just select "show price in category layout"?

LukeVenter

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.


LukeVenter

Ok, I fixed issue no1. Still working on issue no2. The see product details buton.

LukeVenter

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.

jenkinhill

To clarify, this only applies if you use the same Gavick template, as the template overrides used are specific to that template developer.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

LukeVenter

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.