• stevetennis95

    (@stevetennis95)


    I’m not seeing a way to add my own description, which I would like to have appear under the product picture. Is there any way I can do this while using the grid template? Maybe there’s something I can add to the short code. I’m doing this for Amazon products.

    Any help is much appreciated.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author keywordrush

    (@keywordrush)

    Product description is not displayed in the grid template. You can create your custom template and use the default description field.
    Or you can just add your text to the post body.

    Could you please tell what code should be to add this description field.

    I guess I found it 🙂

    
                             <?php if ($item['description']): ?>
    
                                <p><?php echo $item['description']; ?></p>
    
                            <?php endif; ?>   
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Description within Product Box’ is closed to new replies.