News:

Support the VirtueMart project and become a member

Main Menu

Text after Price

Started by schmaly, October 22, 2015, 18:46:33 PM

Previous topic - Next topic

schmaly

VM Version: 3.0.10
Joomla 3.4.5

i need to add "Price incl. 10% VAT, excl. Shipping Cost) after each Price Tag.

here you find an price sample: : http://www.schmalys.com/virtue/index.php/gewuerzmischungen/lisas-kr%C3%A4utermeersalz-detail

you can see in attachment 1 how it looks like now... and attachment 2 is the view how it should look like.

I appreciate all you inputs!



GJC Web Design

add a lang constant in the template over rides and position with css??
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

schmaly

thanks for your info.. to be honest.. i can handle css.. but i have no idea how to add a position in template and to do a language overrride.. guess VM is not my shop...

GJC Web Design

echo '<div class="pricewords">'.vmText::_('MY_TEXT_HERE').'</div>';

then add the MY_TEXT_HERE in the Joomla lang management
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

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

GJC Web Design

Ah ..  these new fangle selectors..... :o
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

schmaly

Quote from: jenkinhill on October 22, 2015, 23:08:54 PM
Or you can use css, similar to this:  http://forum.virtuemart.net/index.php?topic=130778.msg452380#msg452380

I really appreciate all your inputs, but i found that this css solution was super easy - and makes me understand better how to customize VM...  :)