Modify

Opened 4 years ago

Closed 4 years ago

#2108 closed Bug/Fehler (fixed)

Warenkorb: Text "Zwischensumme" klebt am Preis

Reported by: web-looks.de Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.7.0
Component: Shop Version: 2.0.6.0
Keywords: Cc:
Blocked By: Blocking:

Description

Es fehlt ein Leerzeichen zwischen dem Text "Zwischensumme" und dem Preis.

/includes/modules/order_details_cart.php

Suchen nach:

$total_content .= SUB_TITLE_SUB_TOTAL.$xtPrice->xtcFormat($total, true).'<br />';

Ersetzen mit:

$total_content .= SUB_TITLE_SUB_TOTAL.' '.$xtPrice->xtcFormat($total, true).'<br />';

Attachments (0)

Change History (1)

comment:1 by Torsten Riemer, 4 years ago

Resolution: fixed
Status: newclosed

In 13767:

fix #2108 - fix missing blank for non order_total_array output

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.