Guest Posted December 3, 2012 Posted December 3, 2012 i could just remove it in my language file i know but then everywhere i'm left with ().. i want those gone too... my title describes well enough there are also () after each product in the order e-mail but think i can figure those ones.. if not i will return
Guest Posted December 3, 2012 Posted December 3, 2012 back... could not figure it.... Produkter------------------------------------------------------ 1 x 01. Firenze () = 129,00 Kr Størrelse Kæmpe Deeppan ------------------------------------------------------ Subtotal: 129,00 Kr Udbringning udenfor Højby/Linved 15:00-21:45 (Udbringning udenfor Højby/Linved): 30,00 Kr Total: 159,00 Kr is a snippet of an order e-mail... sorry that's not english but should be clear what the problem is the () after the product i figured.... its model.. and since i dont have that i removed it from the section in checkout_process where e-mail is sent out but this line: Udbringning udenfor Højby/Linved 15:00-21:45 (Udbringning udenfor Højby/Linved) is one of 2 table based shipping modules i have... of course i could just try call them the same but that would not be optical smart as on the checkout_shipping users will see 2 lines with the same name and then only the description under it will differ... EDIT: i want the part in () to go away completely.. not only in the e-mail but also during the checkout procedure
Guest Posted December 4, 2012 Posted December 4, 2012 any idea on this one? i think it looks relly stupid to have the same thing twice and if you remove the text then you are left with ()
burt Posted December 4, 2012 Posted December 4, 2012 checkout_shipping.php 'title' => (($free_shipping == true) ? $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' (' . $quote[0]['methods'][0]['title'] . ')'), Hopefully you can see what you need to remove?
Guest Posted December 4, 2012 Posted December 4, 2012 yep... . ' (' . $quote[0]['methods'][0]['title'] . ')' thanks a lot
surrfman Posted January 9, 2013 Posted January 9, 2013 Having same issue, but with "()" displaying in confirmation_shipping. Looks like it all points back to code in checkout_shipping. Tried to delete as shown above, got no result. what don't i understand? Thanks, Timmy C
Weekend_warrior1999 Posted January 10, 2013 Posted January 10, 2013 In the language files could you just put a (space) for that specific variable? ultimately something like variable = '(space) '; I might be wrong in my thinking, but I've done similar to make spaces in outputs between variables in other projects I've messed with.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.