Answer the question
In order to leave comments, you need to log in
Advertising in a product category?
Good afternoon, please tell me how they put ads in the list of goods that most likely goes through foreach?
Answer the question
In order to leave comments, you need to log in
foreach ($goods as $index => $good) {
if ($index % 3 == 0) {
print_ad();
}
print_cart($good);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question