-- HikaShop version -- : 4.3.0.0
-- Joomla version -- : 3.9
-- PHP version -- : 7
-- Error-message(debug-mod must be tuned on) -- : none
hi
im using custom fields to display a google map.
custom fields is wysiwyg, this is working fine.
my problem is displaying the map on a different location of the page.
im using this code to call the map on the view product show_default
<?php echo '<div class="custom_field_bottom"><i class="fas fa-map-marker-alt fa-lg"></i> Amenities </div>'. $this->row->map; ?>
i don't want to display the map custom field on the right part. i want it on the bottom part.
Can you kindly give me the code to get the wysiwyg editor custom field and not just the content of the field?
thanks