News:

Support the VirtueMart project and become a member

Main Menu

Custom Field not displaying even though two others already are

Started by bigrich66, May 05, 2017, 10:44:41 AM

Previous topic - Next topic

bigrich66

Joomla 3.7.0
VM 3.2.1
PHP7

Hi

I cannot get a Custom Field to display even though it is set up correctly.

I already have two other custom fields displaying correctly but this third one will not display. You can see the two working ones (colour and size) on the page below

https://www.fairytaleendings.co.uk/shop-by-department/evening-dresses/ls1002-precis-petite-navy-detail

I dont think its the template because if I change it to Protostar temporarily the field still does not show

I have attached a screen shot of the Custom field that does not work settings

Cheers

GJC Web Design

are there any differences between this on and the other two re settings?
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

bigrich66

Here are the other two Custom Field settings that work

GJC Web Design

looks identical to me

u need to do some debugging and echo out the $product object and see if the custom field is there

print 'Debug Line '.__LINE__.' $this->product <pre>'; print_r ($this->product); print "</pre><br />\n";

anywhere in the php of your details default template
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