VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: eleung8448 on December 11, 2012, 21:49:49 PM

Title: Modify "Select Shipment" page
Post by: eleung8448 on December 11, 2012, 21:49:49 PM
Hi everyone

I want to modify the "Select Shipment" page during the checkout so that when the shipment methods come up, the (Discount/Fee: $X.XX) part can just show as "$X.XX")

For example:

Currently it shows this: Standard Ground Shipping - (Discount/Fee: $8.00)
I want it to show like this: Standard Ground Shipping - $8.00

I couldn't find any field that I could edit in the php files.
Also, I really want to show JUST the shipment value and not the tax. Right now, on that page, it shows the total amount (ship value + tax)

Thanks!

Running Joomla 2.5.8, VM 2.0.14
Title: Re: Modify "Select Shipment" page
Post by: PRO on December 11, 2012, 21:55:52 PM
http://forum.virtuemart.net/index.php?topic=92944.0

COM_VIRTUEMART_PLUGIN_COST_DISPLAY="Discount/Fee: "

PLEASE note, that will also change the Discount/Fee     for payment methods too
Title: Re: Modify "Select Shipment" page
Post by: eleung8448 on December 11, 2012, 22:04:52 PM
Thanks! That worked.

Do you know if I can take out the shipment tax out of the value though? I know i can use the "shipvalue" string to override it but I can't find the file where that controls it.
Title: Re: Modify "Select Shipment" page
Post by: PRO on December 11, 2012, 23:02:34 PM
Quote from: eleung8448 on December 11, 2012, 22:04:52 PM
Thanks! That worked.

Do you know if I can take out the shipment tax out of the value though? I know i can use the "shipvalue" string to override it but I can't find the file where that controls it.

do you want tax on shipping?
That's set in the shipment plugin
Title: Re: Modify "Select Shipment" page
Post by: eleung8448 on December 11, 2012, 23:05:35 PM
I do want tax in shipping. I just don't want it to be shown in the in the "Select Shipment" when it displays the costs.