VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: PaulDRP on January 08, 2013, 10:34:02 AM

Title: Display the shipment methods and rates in pop-up
Post by: PaulDRP on January 08, 2013, 10:34:02 AM
Hello everyone,

I come to you all again with what is hopefully my last question.

I'm trying to make a simple joomla module that displays all the available shipping methods (and costs).

The way I've got it now is that I hard coded the shipping names and prices in the html but I'd like to have it so that when I change the cost of a shipment method it also updates the price in the pop-up.

I'm thinking about using php, something like <?php echo: ("shipping_cost") ?> but thats not the right code. Could someone point me in the right direction?
Title: Re: Display the shipment methods and rates in pop-up
Post by: veeco on January 08, 2013, 13:32:24 PM
Although, i'm still trying to get attention from core developer (i don't know why my post still have no answer, hope they don't hate me ), but i can manage the output by modifying renderPluginName() function.

i post it here: http://forum.virtuemart.net/index.php?topic=111486.0

if you interest to discuss my method, i'm gladly to help. But meanwhile, please help me poke core developer and let they confirm if the my method is the right way.
Title: Re: Display the shipment methods and rates in pop-up
Post by: jenkinhill on January 08, 2013, 13:42:42 PM
alatak (http://forum.virtuemart.net/index.php?action=profile;u=3180) is the team plugin developer.