Eat SuperPlants Inc.
Company Information
Eat SuperPlants Inc.
1 contacts available
Sign in to add to cart and unlock contacts.
Description
Boost your health with SuperPlants! 🌿 Discover our 100% organic superfood mixes, plant-based vitamins, and detox programs. Feel your best every day with clean, natural ingredients that support immunity, energy, and overall wellness. Shop now at SuperPlants! | About Us – Eat SuperPlants Inc. Skip to content Subscribe & Save 10% + Enjoy Free Shipping! Shop About Members Freebies Learn Earn Speak with real humans! +1(213)320-3686 About About About Us How We Source Sustainability Learn Learn Super Recipes Health Blog Super Plants TV Super Health Podcast
{
Alpine.data('companyPage', () => ({
companyId: 181705,
companyName: 'Eat SuperPlants Inc.',
creditCost: 1,
get inCart() {
return this.$store.cart.items.some(i => i.id === this.companyId && i.type === 'category_list_item');
},
addToCart() {
this.$store.cart.add({
id: this.companyId,
name: this.companyName,
type: 'category_list_item',
credits: this.creditCost
});
},
removeFromCart() {
this.$store.cart.remove(this.companyId, 'category_list_item');
}
}));
});