Themler shows "full product description" in PHP CMS Code for Joomla and VM: echo $product -> product_desc
How to display the same in NicePage in "Product Details Template" in PHP element?
Last edited 03 December 2021 by coleoptera2
Themler shows "full product description" in PHP CMS Code for Joomla and VM: echo $product -> product_desc
How to display the same in NicePage in "Product Details Template" in PHP element?
Last edited 03 December 2021 by coleoptera2
In "Product Details Template" add "element PHP" and modify PHP Code:
<?php echo $tabs[0]['content'];?>
Last edited 04 December 2021 by coleoptera2
Hi,
Please try the following code in the PHP element on the Product Detsils Template:
<?php echo $this->product->product_desc; ?>
Let us know if you have any further questions.
...................................................
Sincerely,
Olivia
Nicepage Support Team
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp
Thanks, I'll try it when we solve the Cart template problem.