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)

Change History (1)

comment:1 by Gerhard Waldemair, 10 years ago

Resolution: fixed
Status: newclosed

In 9367:

fix #741

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.