VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Troels_E on March 05, 2021, 11:26:36 AM

Title: standard payment + shipping
Post by: Troels_E on March 05, 2021, 11:26:36 AM
I made a new shipment called Afhentning/Pickup that should only show for Danish costumers that have choosen "Payment on pickup", it kinda works.
I also made a "payment on pickup" and have set this up using standard payment.

Problem is that after choosing Afhentning/Pickup I need to manually reload the cart page for the "payment on pickup (betaling i butikken)"  to show up.

We use VP onepage checkout I dunno if that could cause the issue, can't get my head around what is actually wrong.

Site: www.stenogfritid.dk
VM: newest stable
J!: newest stable


Title: Re: standard payment + shipping
Post by: Jörgen on March 05, 2021, 12:17:50 PM
Check for jscript errors in console. Turning off VP-OPC could also be nice to test. Have never seen any issues with standard payment.

Jörgen
Title: Re: standard payment + shipping
Post by: pinochico on March 05, 2021, 13:27:28 PM
QuoteHave never seen any issues with standard payment.

I never seen any issues with standard payment too, the best option will be send question to developer OPC (from Czech Republic) - Pavel Vakeš.
Maybe in shipment plugin you don't have initialization VM config... (we need add to our payment plugin Gopay in addition).
Next option is
- check order shipment plugin
- check if shipment plugin is really shipment plugin
- check conditions between shipment plugin and payment plugin and if you use next plugin from Pavel Vakeš - condition between shipment and payment (this plugin is not free)

So my mind (think) is full nad I don't have other idea where can be problem :)

I tried create order and I don't see JS error in cart
Title: Re: standard payment + shipping
Post by: jenkinhill on March 05, 2021, 15:36:34 PM
In the VP OPC the shipment method is usually selected first and the page is then refreshed before selecting a payment method. I suspect you should talk to Jumbo at VirtuePlanet to see if what you want to do can be made to work.
Title: Re: standard payment + shipping
Post by: pinochico on March 05, 2021, 20:00:33 PM
Quoteand the page is then refreshed before selecting a payment method

Not full page, but individual parts of page (products, payment...)
But in this eshop is refreshed only products.

Compare with another e-shop that uses VP OPC - https://www.sporthabacek.cz (attachment)

And sorry, my mistake, in your shop is not OPC by PV (Pavel Vakeš), but VP OPC - from virtueplanet (bimbo).
Title: Re: standard payment + shipping
Post by: Troels_E on March 07, 2021, 21:16:36 PM
Thanks everyone for your inputs