Opened 8 years ago

Last modified 6 years ago

#1243 new Bug/Fehler

Evtl: Fehler bei Coupon und Versandkostenfreigrenze (ot_shipping) — at Version 2

Reported by: Ronald Parcinski Owned by: Gerhard Waldemair
Priority: normal Milestone: modified-shop-2.1.0.0
Component: Module Version: 2.0.2.2
Keywords: Cc:
Blocked By: Blocking:

Description (last modified by Torsten Riemer)

Change History (2)

comment:1 by Ronald Parcinski, 8 years ago

In checkout_shipping.php wird $ot_shipping->process() ohne Berücksichtigung der anderen ot-Module ausgeführt.

// load all enabled shipping modules
require_once (DIR_WS_CLASSES.'shipping.php');
$shipping_modules = new shipping;

$free_shipping = false;
require_once (DIR_WS_MODULES.'order_total/ot_shipping.php');
include_once (DIR_WS_LANGUAGES.$_SESSION['language'].'/modules/order_total/ot_shipping.php');
$ot_shipping = new ot_shipping;
$ot_shipping->process();

comment:2 by Torsten Riemer, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.