Modify

Opened 8 years ago

Last modified 6 years ago

#1243 new Bug/Fehler

Evtl: Fehler bei Coupon und Versandkostenfreigrenze (ot_shipping)

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)

Attachments (0)

Change History (4)

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)

comment:3 by Torsten Riemer, 8 years ago

Milestone: modified-shop-2.0.4.0

comment:4 by Gerhard Waldemair, 6 years ago

Milestone: modified-shop-2.1.0.0

Modify Ticket

Action
as new The owner will remain Gerhard Waldemair.

Add Comment


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