Adding Short description to the shop page
-
This code is working for me other than the limiting the characters of the short code display
<?php echo $this-> product->get_short_description() ,0,30); ?>
I add the
,0,30);and its not limiting the characters but messes up the page. What am I doing wrong?
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding Short description to the shop page’ is closed to new replies.