Enable Product Name in Volusion Breadcrumbs
Our developers wanted to share a script that will be helpful to anyone who has a Volusion store. This script will pull your current product’s name, and append it to the breadcrumb section. This feature is not standard with Volusion, and the script below will fix the issue. Place this within the header or footer section of your template, and voilà!
Check out the Script Below:
$(document).ready(function() { $(‘.vCSS_breadcrumb_td b’).append( $(‘[itemprop=”name”]’).text() ); });
Interested in starting a project, or have questions for the Border7 Team? Contact Us. We’d love to hear from you!