News:

Support the VirtueMart project and become a member

Main Menu

Modify "Select Shipment" page

Started by eleung8448, December 11, 2012, 21:49:49 PM

Previous topic - Next topic

eleung8448

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

PRO

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

eleung8448

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.

PRO

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

eleung8448

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.