French Vanilla Bulldog
French Vanilla Bulldog
  • Load image into Gallery viewer, French Vanilla Bulldog
  • Load image into Gallery viewer, French Vanilla Bulldog

French Vanilla Bulldog

Regular price
$25.00
Sale price
$25.00
Regular price
Sold out
Unit price
per 
Shipping calculated at checkout.

Note Profile  

  • Top- sugar
  • Middle - bakery
  • Bottom - vanilla
// selectCallback is the callback name in Timber var selectCallback = function(variant, selector) { // Simply toggle on/off the panel according to the variant selected $('.description').css('display', 'none'); $('#' + variant.id).css('display', 'block'); // rest of the Timber code }