Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

eStore – Fancy 13 display product name not turning into a link

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – Fancy 13 display product name not turning into a link

Tagged: fancy 13, fancy display, product details

  • This topic has 1 reply, 2 voices, and was last updated 10 years, 5 months ago by admin.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • December 18, 2014 at 5:24 am #11949
    Bella_xo
    Spectator

    I’m using the fancy 13 display and I have set the product page BUT the product name is NOT turning into a link.

    I followed instructions for making fancy 14 product name a link (url below), but it didn’t seem to work for fancy 13.

    Fancy 14 display product name not turning into a link

    Any guidance would be appreciated, thanks.

    December 18, 2014 at 10:53 pm #67533
    admin
    Keymaster

    The fancy13 product display template is designed to no have a link.

    Do the following tweak:

    Open the “shortcode_include.php” file from the extra shortcodes addon and find the following block of code:

    $output .= '<div class="eStore-product-fancy-13-name">';
    $output .= $ret_product->name;
    $output .= '</div>';

    Change it to the following:

    $output .= '<div class="eStore-product-fancy-13-name">';
    $output .= '<a href="'.$ret_product->product_url.'">'.$ret_product->name.'</a>';
    $output .= '</div>';

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ