delirii
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Button doesn’t appearThanks for replies! I found what caused the error. This plugin doesn’t support Georgian lari (our local currency). When I changed shop’s currency to euro button has appeared.
And even after that Paypal returns me an error “Sorry, something went wrong. Please try again”. I tried EUR, USD and Russian rubles, the result is the same.
Is it possible to do something with this? How to enable lari? How to fix error?
Thank you! I think my request is not so hard. I have three languages and some users divided by those language. Each user has profile with email. I thought that it is possible to add those groups as separate type of recipients: email, user, role and then my list.
I found something like I need in FAQ but I am not sure (section Can I send to a custom recipient list based on my own plugin or theme logic?)
If it is not what do you think about to create language based user roles and automatically add them when user chooses language? Then I can send notifications to those roles. What would you say? Have you heard about plugins which can combine roles and taxonomies? Or maybe you can advice something else?Sorry, I made mistake. Correct form was “freelancers”. Now all works correctly.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Problems with WPMLSupport of WPML gave me solution. “I will be helping you now. I enabled the Language Cookie here: WPML > Languages >Language filtering for AJAX operations”
I did it and it works.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Problems with WPMLThe same is with Polylang.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal error (10730)Thanks a lot. I know how to test compatibility ))) Will do it on monday and write result here. Sorry that didn’t do it before asking for your help but I thought that cannot be caused by other plugind or theme. I don’t know why.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal error (10730)Hi! I tried to use three different cards issued by three different banks in two different countries. And I paid by two of those cards on other sites.
Forum: Plugins
In reply to: [Russian Post and EMS for WooCommerce] Не считает доставку за границуПосылка стандарт 10 кг.
Forum: Plugins
In reply to: [Russian Post and EMS for WooCommerce] Расчет стоимости доставки в УкраинуУ меня тоже не работает доставка за границу. А у вас, я смотрю, все в порядке. Не расскажете, как вы этого добились?
Forum: Plugins
In reply to: [12 Step Meeting List] Next meetings listI’ve just pasted css-class of theme’s table ))) Now I used the theme and it works without any changes.
Forum: Plugins
In reply to: [12 Step Meeting List] Next meetings listOh! I’ve done it by myself. I changed line 29 in shortcodes.php
Forum: Plugins
In reply to: [WooCommerce] Show stock quantity in the cartThank you so much! Now it works! I spent three (!!!) days searching and googling for decision!
Forum: Plugins
In reply to: [WooCommerce] Show stock quantity in the cartThank you!
I try to do so. I found which code displays in-stock quantity. I found where I want to see it. For example I tried to put this code<?php // Availability $availability = $product->get_availability(); $availability_html = empty( $availability['availability'] ) ? '' : '<p class="stock ' . esc_attr( $availability['class'] ) . '">' . esc_html( $availability['availability'] ) . '</p>'; echo apply_filters( 'woocommerce_stock_html', $availability_html, $availability['availability'], $product ); ?>
to cart.php, but it doesn’t work. I would like to ask which code and were I have to add.
Unfortunately, I’m not programmer…
Forum: Plugins
In reply to: [WooCommerce] Show stock quantity in the cartYes, but i need this to be shown in the cart. Or how can i show excerpt in the cart?