News:

Support the VirtueMart project and become a member

Main Menu

extra product information per category/language

Started by DanielIIC, November 25, 2017, 09:14:21 AM

Previous topic - Next topic

DanielIIC

Joomla! 3.8.1
VirtueMart 3.2.4

Hi,
I would like to add some extra information on the bottom of the English (not the German) product description but this text block will have change soon.
So before i add to all product a text and then do the work again if something changes i wounder if there is a better solution.

Something like a module in Joomla that you can add to several pages but unpublish it or change it in one central position.

thanks for your answer
Daniel

GJC Web Design

Normal Joomla custom module that only shows on VM pages and in German
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

DanielIIC

Hi,
thanks for the answer.
I only want it on the product page, not everywhere
I used like in this post:
https://forum.virtuemart.net/index.php?topic=116135.0
but this does not work, just never shown.

any idea?

Milbo

You could also work with a product pattern, maybe
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Ghost

#4
If you need to show the same text on all products, fastest solution would be to add a module position to product template:

echo JFactory::getDocument()->loadRenderer('modules')->render('product-bottom',array('style'=>'none'),null);Then create a module with your text and assign it to product-bottom position and English language.

If you need the same text only on some products, you can use translated custom fields with empty translation for German language.

DanielIIC