top of page
Top Banner Clouds.png

Blog Post

Enable Product Name in Volusion Breadcrumbs

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:

enable product name volusion breadcrumbs

$(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!

Launching a New Site?
Want Instant Access to Our Free Website Launch Checklist? Click the button below!
Wix Website Launch Checklist
Need More Traffic?
Struggling to Drive Traffic to Your Website? Get Access to Our Free Traffic Planner Guide!
Border7 Traffic Planner Guide
bottom of page