[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
foodclub.org • View topic - Prices on "Final Order"
Page 1 of 1

Prices on "Final Order"

PostPosted: Wed Mar 13, 2013 11:10 pm
by christiancoop
Would anyone else find it helpful if final prices were listed on the Final Order? Then last minute price discrepancies could be identified when the order is submitted to the vendor.
:?:

Re: Prices on "Final Order"

PostPosted: Thu Mar 14, 2013 12:11 pm
by support
Both Price and Total are already on Final order, they are just hidden by default. Use CSS to unhide them per:

http://foodclub.org/wiki/Foodclub:Docum ... me_data.29

They are .PriceCol and .TotalCol, and they will appear on the right side of the table.

Re: Prices on "Final Order"

PostPosted: Wed Mar 20, 2013 7:42 pm
by christiancoop
Thanks! I just could find those field names.

Prices on "Final Order"

PostPosted: Sat Jan 11, 2014 9:23 am
by sfrei (deleted)
Adi
I tried the following code to have prices and totals listed on the "final order"

table .PriceCol { display: table-cell; }
table .TotalCol { display: table-cell; }
table .CategoryCol { display: table-cell; }
}

The category column displays, but the price and total columns don't.
Any advice?
Suzanne

Re: Prices on "Final Order"

PostPosted: Sat Jan 11, 2014 4:29 pm
by support

Re: Prices on "Final Order"

PostPosted: Sat Jan 11, 2014 5:52 pm
by sfrei (deleted)
That worked like a charm.
Thank you.