Cajun on Wheels (C.O.W)

Halal Certified Halal Certified

Cajun on Wheels brings a taste of Louisiana to Singapore with its vibrant seafood offerings, served in hearty portions. Their menu features a variety of Cajun-inspired dishes, with standout items like the signature Seafood Bucket, filled with a mix of fresh crabs, prawns, and mussels, all drenched in your choice of mouth-watering sauces. The Salted Egg Yolk Crab is a must-try, celebrated for its rich and creamy flavour, while the Ocean Box offers a delightful assortment of seafood for sharing.


Photos

See all →

What's Recommended Here

Add →

Outlets

Advertisement
68 Orchard Road, #03-92, Singapore 238839

Reviews

Add →

No reviews yet. Be the first.

Advertisement

Tags

Type
Cuisine

G
function pvToggle(btn) { btn.disabled = true; var placeId = btn.dataset.placeId; var status = btn.dataset.status; fetch('/u/explore/toggle', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': document.querySelector('meta[name="csrf-token"]').content, 'Accept': 'application/json', }, body: JSON.stringify({ placeID: parseInt(placeId), status: parseInt(status) }), }) .then(r => r.json()) .then(data => { btn.disabled = false; btn.classList.toggle('active', data.active); var icon = btn.querySelector('i'); if (status === '1') { icon.className = data.active ? 'fas fa-heart' : 'far fa-heart'; } else if (status === '3') { icon.className = data.active ? 'fas fa-bookmark' : 'far fa-bookmark'; } }) .catch(() => { btn.disabled = false; }); }