Modify

Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#1837 closed Bug/Fehler (fixed)

Versandkostenfrei Titel in Modul ot_shipping fehlt auf checkout_confirmation Seite

Reported by: Torsten Riemer Owned by: Gerhard Waldemair
Priority: normal Milestone: modified-shop-2.0.6.0
Component: Module Version: trunk
Keywords: Cc:
Blocked By: Blocking:

Description

Wenn man über das Modul ot_shipping die Versandkostenfrei-Grenze aktiviert, dann wird auf der checkout_confirmation Seite unter "Versandart: (Bearbeiten)" der Text "Versandkosten" angezeigt anstatt "Versandkostenfrei"

Attachments (1)

Bestätigung_-_2020-06-09_12.20.48.jpg (129.0 KB ) - added by Torsten Riemer 6 years ago.

Download all attachments as: .zip

Change History (5)

by Torsten Riemer, 6 years ago

comment:1 by Viol, 6 years ago

Gulliver72 hat eine Lösung https://www.modified-shop.org/forum/index.php?topic=41144.msg374641#msg374641vorgeschlagen, die nach meinen Versuchen funktioniert: in der checkout_confirmation.php ab Zeile 168:

if ($_SESSION['sendto'] != false) {
  if ($order->info['shipping_method']) {
        //shipping method
        $shipping_class = explode('_', $order->info['shipping_class']);
        if ($order->info['shipping_class'] != '' && $shipping_class[0] != 'free') {
           $smarty->assign('SHIPPING_METHOD', $order->info['shipping_method']);
        } else {
           include_once (DIR_FS_CATALOG . 'lang/'.$order->info['language'].'/modules/order_total/ot_shipping.php');
           $smarty->assign('SHIPPING_METHOD', FREE_SHIPPING_TITLE);
        }
        $smarty->assign('SHIPPING_CLASS', $order->info['shipping_class']);
        $smarty->assign('SHIPPING_EDIT', xtc_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));
  }
}
Version 0, edited 6 years ago by Viol (next)

comment:2 by Gerhard Waldemair, 5 years ago

Owner: set to Gerhard Waldemair
Resolution: fixed
Status: newclosed

In 12853:

fix #1837 - fix shipping method display for free shipping in ot_shipping

comment:3 by Torsten Riemer, 5 years ago

Summary: Versandkostenfrei Titel in Modul ot_shipping fehlt auch checkout_confirmation SeiteVersandkostenfrei Titel in Modul ot_shipping fehlt auf checkout_confirmation Seite

comment:4 by Gerhard Waldemair, 5 years ago

In 12856:

fix #1837 - fix shipping method display for free shipping in ot_shipping

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
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.