CMXX - Highlights, samples
This commit is contained in:
4
cart.php
4
cart.php
@@ -182,11 +182,11 @@ $view .= '</tbody>
|
||||
|
||||
//SUGGESTIONS
|
||||
if (!empty($products_in_cart) && !empty(category_id_checkout_suggestions)){
|
||||
$view .= getAccessoiries($pdo,category_id_checkout_suggestions);
|
||||
$view .= getAccessoiries($clientsecret,category_id_checkout_suggestions);
|
||||
}
|
||||
// SAMPLES
|
||||
if (!empty($products_in_cart) && !empty(category_id_checkout_samples)){
|
||||
$view .= getSamples($pdo,category_id_checkout_samples);
|
||||
$view .= getSamples($clientsecret,category_id_checkout_samples);
|
||||
}
|
||||
$view .= '
|
||||
<div class="total">
|
||||
|
||||
Reference in New Issue
Block a user