Modify ↓
Opened 10 years ago
Closed 10 years ago
#741 closed Erweiterung (fixed)
Anzeige "versandkostenfrei" aus Modul "ot_shipping" im Warenkorb bei Download-Artikeln überflüssig
| Reported by: | Torsten Riemer | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Shop | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Macht es nicht Sinn die "/includes/shipping_estimate.php" zu erweitern nach:
$module_smarty->assign('shipping_content', $shipping_content);
mit:
if ($order->content_type == 'virtual' || ($order->content_type == 'virtual_weight') || ($_SESSION['cart']->count_contents_virtual() == 0)) {
$module_smarty->clear_assign('shipping_content');
}
Es macht keinen Sinn bei Warenkörben, die nur Download-Artikel enthalten, die im Modul "ot_shipping" einstellbare Versandkostenfreiheit anzuzeigen.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In 9367: