VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: naxmt on April 11, 2013, 22:51:14 PM

Title: VM2 shipment and payment rule configuration
Post by: naxmt on April 11, 2013, 22:51:14 PM
Hello, i need help with my developing site.
My customer have shipments: UPS and SP (slovak post) and payment for: CASH, UPS is 1,2Eur and SP is 0,80Eur.
I need, when someone in cart choose shipment to UPS to show him in payment only CASH and UPS1,2 (NO SP0,80)
and when someone in cart choose shipment to SP to show him in payment only CASH and SP0,80 (NO UPS1,2)

it is possible to configure that somehow?? I think, iam not shure that VM1.xx can do this function. THAKS VERY MUCH FOR HELP.
Title: Re: VM2 shipment and payment rule configuration
Post by: jjk on April 14, 2013, 18:22:31 PM
I'm afraid this can't be configured without changing the code. It is possible to restrict the displayed shipping and payment methods depending on the country (shipping address of the customer) but as far as I know there is currently no method to restrict the payment method depending on the chosen shipping method.
Title: Re: VM2 shipment and payment rule configuration
Post by: illusiondrmr on April 16, 2013, 09:49:51 AM
Quote from: jjk on April 14, 2013, 18:22:31 PM
but as far as I know there is currently no method to restrict the payment method depending on the chosen shipping method.

And that should be a MUST for an online shop imo..
Title: Re: VM2 shipment and payment rule configuration
Post by: Maxim Pishnyak on May 03, 2013, 11:23:09 AM
Quote from: illusiondrmr on April 16, 2013, 09:49:51 AM
Quote from: jjk on April 14, 2013, 18:22:31 PM
but as far as I know there is currently no method to restrict the payment method depending on the chosen shipping method.

And that should be a MUST for an online shop imo..
oh really?

And knowing where's a helpful thread for this issue should be a MUST for an online shop developer imo...

In short, surf this forum more often or search it a lot when the ... happens.
Title: Re: VM2 shipment and payment rule configuration
Post by: donter on May 09, 2013, 11:01:25 AM
So, a solution exists?

I (also) couldn't find it after searching :(

Only relevant threads are those two, unanswered: http://forum.virtuemart.net/index.php?topic=107122.msg358098#msg358098 http://forum.virtuemart.net/index.php?topic=99834.msg329898#msg329898

It is important for me, too, to restrict payments based on shipping selected..

Thanks
Title: Re: VM2 shipment and payment rule configuration
Post by: naxmt on August 22, 2013, 21:20:40 PM
yes my solution was plugin from rupostel. "one page checkout" this component can do that function :)