Roastie Straws

£0.40

Maks’Patch Roastie Straws – Vegan Dog Treats with Roast Dinner Flavours

Bring the comfort of a Sunday roast to your dog’s treat time. Maks’Patch Roastie Straws are packed with all the familiar, savoury flavours of a roast dinner – from smokey BBQ and cranberry to cauliflower cheese and hearty greens. Made with 100% vegan ingredients, these chews are not only delicious but also gentle on digestion and full of natural goodness.

In stock

delivery  Order by 12pm for next day delivery (Mon-Fri). Orders placed after 12pm Thurs will arrive within the following week.

SKU: 5457864165468 Categories: ,

You may also like...

// Add a custom column for Tax Class add_filter('manage_edit-product_columns', 'rr_add_tax_class_column'); function rr_add_tax_class_column($columns) { $columns['rr_tax_class'] = 'Tax Class'; return $columns; } // Populate the Tax Class column add_action('manage_product_posts_custom_column', 'rr_show_tax_class_column', 10, 2); function rr_show_tax_class_column($column, $post_id) { if ($column === 'rr_tax_class') { $product = wc_get_product($post_id); $tax_class = $product->get_tax_class(); echo $tax_class ? esc_html($tax_class) : 'standard'; } }