Viszt Péter
Forum Replies Created
-
Fixed in 1.4
Hi! Thanks for your feedback, i’ll fix the issues and add the features you requested in the next version.
Thanks
Köszi a jelzést, javítva.
Hi! Makes sense, thanks for the suggestion. Fixed it in the latest release.
Tesztnek megpróbálod azt, hogy bekapcsolsz egy offline fizetési módot, pl banki átutalás és akkor is fel tudod adni a rendelés csomagpont nélkül? Nálam teszt oldalon kiírja ilyenkor validációs hibának, hogy “Válassz egy átvételi helyet, vagy egy másik szállítási módot.”
Hi, i added HO in v6.1.12, so you can use it to overwrite the tax rate, or just set HO as the name of the rate and it will recognize it.
Szia! z-index értéket állítsd a térképnek:
.vp-woo-pont-modal {
z-index:10000;
}- This reply was modified 6 months, 2 weeks ago by Viszt Péter.
Szia! Valószínűleg ilyen esetben valami egyedi fizetési mód azonosítót tárol el, nem csak annyit, hogy stripe(amihez a beállítás tartozna).
Ha egy ilyen rendelésnél a számlázási adatokat szerkeszted, a fizetés módja mezőben mit ír? Esetleg oda jobb klikk, elem vizsgálata, hogy látszódjon, milyen azonosító van ott.
Szia! Csak uniós országok esetén jelenik meg az adószám mező, mert azokat validálja. Ezzel a funkcióval kéri le az országlistát:
WC()->countries->get_european_union_countries()Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] Agen hibakód: 8Igen, nem tudom pontosan mikortól került ki, de pár hónapja már nem megy az ingyenes verzióval. Rakok ki majd frissítést, ahol lesz erre beállítás. A megjegyzésben egyébként fel lehet tüntetni a rendelésszámot, {order_number} cserekóddal.
if ( wcpbc_the_zone() ) {
return wcpbc_the_zone()->get_exchange_rate_price( $amount, false, 'shipping' );
}Forum: Plugins
In reply to: [WooCommerce] Receiving [Ingressos]: Cha-ching! You’ve got a new order:This is the same new-order email that was always sent, just the subject is different. You can edit or disable under WooCommerce / Settings / E-mails / New Order
Forum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] Cartflows instant checkoutSzia! Esetleg egy snippet, hogy behúzza az UI-t ennél a hook-nál is?
add_action('woocommerce_review_order_before_order_total', function(){
if(function_exists('VP_Woo_Pont')) {
VP_Woo_Pont()->checkout_ui();
}
});Forum: Plugins
In reply to: [Számlázz.hu integráció WooCommerce-hez] WooCommerce Számlázz.hu Agent hibaSzia! Ez a számlázz.hu oldali hiba, nem az én bővítményemben kell állítani. Bocsánat a lassúságért, elkerülte a figyelmem ez az üzenet, gondolom időközben megoldódott, szóval lezártam.
Sorry, no, this one is to change the logic that generates the invoices in async if you are for example changing order status in bulk, so it won’t hang for too long. By default it will async if you select more than 5 orders, with this filter you can change that or disable it completely.
I don’t think a draft invoice exists in számlázz.hu, at least not with the API. Billingo does have this feature though. In számlázz.hu, you can set the “elonezetpdf” parameter to true, but this will just generate a sample PDF invoice, not a real draft you can edit later. Let me know if you have different info on this. The docs are available here: https://docs.szamlazz.hu/agent/generating_invoice/xsd