News:

Looking for documentation? Take a look on our wiki

Main Menu

Pricing display - tried everything

Started by RobynTBC, February 13, 2013, 21:36:37 PM

Previous topic - Next topic

RobynTBC

Hi there,

- I have two shopper groups - anonymous and default.
- I just want to display one price, the price the shopper will pay.
- I don't want any tax or other calculations involved.

We've been reading and following the major threads of solutions for other users' various pricing issues, but nothing has sorted my sites out.  :(

They are:
www.barking-grocer.co.za
www.twoblackcats.co.za

and are both using the same template. Have contacted template folks but they insist is a VM issue and not a template issue.

Read in a previous thread about looking for com_virtuemart folder in the templates/templatename/html folder. I have two similar folders , one named com_virtuemart and another named  _com_virtuemart.

I have been back and forth in the pricing display list in configuration, have fiddled with shopper groups and shopper group pricing etc until I'm blue in the face but to no avail. The closest i can get is:

Price :     (blank)
Sales Price : R1500.00 (price shopper to pay)

How do I remove the sales price display and just have the amount showing next to Price?

Both sites are running VM 2.0.18a & Joomla 2.5.8.

Thanks in advance for any and all assistance. I'm close to throwing in the towel and becoming a carrot farmer!

Robyn

GJC Web Design

This is a template issue in your templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default_showprices.php

assuming this exists -

post what code you have there..
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

jenkinhill

#2
Price : is a heading for the price display block. You can remove its display by editing default_showprices.php (or your override for that template) around line 24.

Alternatively use a language override for COM_VIRTUEMART_CART_PRICE  to replace Price : with an empty string.  In the same way you can use a template override to change the label for the price displayed - in your example "Sales Price"is the string for COM_VIRTUEMART_PRODUCT_SALESPRICE

To do this see http://forum.virtuemart.net/index.php?topic=92944.0 and http://www.ostraining.com/blog/joomla/languge-manager/ 


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