champdor
Forum Replies Created
-
Guys,
Thank your for your quick replies, they really helped. After setting the thumbnail everything works.
Much appreciated.Best regards,
ChampdorHu, olvastam a másikat, de ezek szerint nem figyelmesen. Elnézést a duplázásért, és köszönöm a türelmedet a figyelmetlenek iránt.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] No custom email contentHi @pear8398 ,
Sorry for the late reply. I deactivated polylang, placed an order, sent out the email. This time the email was sent out using our custom text in Hungarian. With polylang activated, the emails are sent with the default content in English.
Where can I go from here?
Forum: Plugins
In reply to: [Billingo Official for WooCommerce] Rossz ÁFÁval számláz 4.08Kedves @billingo,
A 4.1.9 újabb kapitális problémákat hozott:
- Az add_fee-vel hozzáadott utánvét kezelési költség még mindig a nettó árat veszi bruttónak, így kevesebbet számláz, mint amennyit a vevő fizetett.
- A terméket jól számlázza, de újabban az ÁFA összegét kedvezményként (!) új soron számlázza, így a számlán a termék bruttó összege az ÁFÁ-val kerül csökkentésre.
Kérjük javítsák, mert tucatjával sztornózzuk a számlákat, illetve kézzel kell a piszkozatokat javítani.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] No custom email contentHi,
Please see the requested images here:
https://www.dropbox.com/scl/fo/703eivuest8wd6eimo5uu/AMVZB_YMKwXa2oGwgmSoyPI?rlkey=p8xxyo6eyzylparh8odboe160&st=yqdt0pmh&dl=0
Let me know if you need additional info.Thank you,
ChampdorForum: Plugins
In reply to: [Billingo Official for WooCommerce] Rossz ÁFÁval számláz 4.08Nálunk az utánvét kezelési költséget még mindig rosszul számlázza a 4.1.6, amit saját kóddal adunk hozzá:
WC()->cart->add_fee( 'Utánvét kezelési költség', 551.181, true, 'standard' );És világosan megadjuk a nettót és az adóosztályt. A mi részünkről nem tud máshogy menni, ez a standard Woo módszer, és 3.x.x-ben jól működött.
Mikor várhatjuk ezt a javítást?
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] No custom email contentHi @pear8398,
Basicly we would be glad to send the emails with the set content. Our Woocommerce runs in the default Hungarian language, and the reminder email content is written already in Hungarian in Reviews > Settings > Emails > Reminder > Email Body. So we don’t know why the reminder emails are sent in English.
We use Polylang Free just to have some static pages in English.
Please advise.
ChampdorForum: Plugins
In reply to: [Smart phone field for Gravity Forms] Translating Country Names in dropdownYes, it helped. It works perfectly.
Thank you for your help,
ChampdorHi @tdmarsol,
I stumbled upon this thread seeking a solution for this very UI feature. Could you solved it yourself? Do you have any advice for me to achieve it?
Best regards,
ChampdorForum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] GLS API log?Nem csináltam semmit, de megoldódott a dolog.
Azért köszönöm a segítséget!
Champdor
Hi,
Yes, there was another similar code for My account Orders. Once I restricted it for my account endpoints the images went away.
Thank you for taking the time.
Forum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] GLS API log?Köszönöm! A fejlesztői módot kikapcsoltam, így visszatért a service PSD hiba.
A kérdéses csomagpont elérhetőségét délelőtt a GLS is visszaigazolta telefonban, illetve most ellenőriztem a csomag.hu-n is. Nyitva van:
2092 Alpha Zoo
8200 MentavillArról, hogy tele van, értesülünk valahogy?
Vagy van más ötleted?
ChampdorPéter!
Jól néz ki. Már fel is tettem, a héten teszteljük.
Szuper a settings migration! 😛Köszönjük a gyors segítséget,
ChampdorImage: I don’t get it. Our snippet should only work on Checkout:
// CHECKOUT: product image in order summary add_filter( 'woocommerce_cart_item_name', 'pkt_product_image_on_checkout', 10, 3 ); function pkt_product_image_on_checkout( $name, $cart_item, $cart_item_key ) { if ( ! is_checkout() ) { return $name; } $_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key ); $thumbnail = $_product->get_image(); $image = '<div class="chk-product-image">' . $thumbnail . '</div>'; return $image . $name; }Thank you for the action. CSS works now in Simple template.
Best regards,
ChampdorOut of ignorance 😀 I’m all the way in, to use Simple.
We only use the plugin to print a packing slip but we print the invoice to view the price as well. We are not showing it to customers.
I only added one line of CSS for the
theadnot to be black for saving toner. Also we don’t need the product image for toner saving purposes.However thorough it is, I still cannot find any way to disable the product image in the documentation. Also how do I add CSS to the Simple template?