product_desc How to display the same in NicePage in..."> product_desc How to display the same in NicePage in...">
The Big Spring Sale! Up to 50% off!

"full product description" PHP code (Joomla + VirtueMart)

coleoptera2
5 Posts
coleoptera2 posted this 03 December 2021
Ask a Question

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?

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

Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
coleoptera2
5 Posts
coleoptera2 posted this 06 December 2021

Thanks, I'll try it when we solve the Cart template problem.

Thanks, I'll try it when we solve the Cart template problem.
Support Team
Support Team posted this 06 December 2021

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

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
coleoptera2
5 Posts
coleoptera2 posted this 04 December 2021

In "Product Details Template" add "element PHP" and modify PHP Code:

<?php echo $tabs[0]['content'];?>

In "Product Details Template" add "element PHP" and modify PHP Code: &lt;?php echo $tabs[0][&#39;content&#39;];?&gt;

Last edited 04 December 2021 by coleoptera2

You must log in or register to leave comments