dynamic product cards
This commit is contained in:
parent
26977ffeb4
commit
06dea737d8
@ -37,6 +37,8 @@ $categories = [
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<?php foreach ($categories as $key => $cat): ?>
|
<?php foreach ($categories as $key => $cat): ?>
|
||||||
|
|
||||||
<?php if ($activeCategory === 'all' || $activeCategory === $key): ?>
|
<?php if ($activeCategory === 'all' || $activeCategory === $key): ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user