bmaggot
Forum Replies Created
-
It does, but there’s no wholesale price to modify in cart in this case and manipulation of regular price has no effect. I’ll contact.
Forum: Plugins
In reply to: [The Events Calendar] Language changes to English on filtered EventsAlso,
I cannot switch to month or day view.Urls in search bar are:
/siandien/?tribe-bar-date=2015-10-10
/menesis/Thery are correct, it is the site language.
But non localized urls work:
/today/?tribe-bar-date=2015-10-10
/month/Forum: Plugins
In reply to: [The Events Calendar] Language changes to English on filtered EventsHi,
gist: https://gist.github.com/bmaggot/b14c972b08f8ee1481c2The only translation plugin active is codestyling localization, but deactivating it does not change anything. It is used just to translate other plugins.
Language is set by:
define(‘WPLANG’, ‘lt_LT’);
in wp config.Forum: Plugins
In reply to: [WooCommerce] WooCommerce PolylangSolution in the first and second posts works for me.
Forum: Plugins
In reply to: [WooCommerce Custom Currencies] Different currencies conversionWP 3.9.1
WC 2.1.8
Custom Currencies 1.4.1Forum: Plugins
In reply to: [WooCommerce Custom Currencies] Different currencies conversionNothing?
Exact error:
Validation error: PayPal amounts do not match (amt 72.00). Order status changed from pending to on-hold.
Our rate is 0.3
Price is 240 (* 0.3 = 72)Forum: Plugins
In reply to: [WooCommerce] Remove login from checkout page in WooCommerce.woocommerce-info { display: none; }Forum: Plugins
In reply to: [WooCommerce] Remove login from checkout page in WooCommerceThanks, I disabled all those.
Yet paragraph “woocommerce-info” appeared anyway.
I’ve just hidden it with custom post css.