musme
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Is Billing Address Required?Hi, I’m looking for the way to remove billing address fields too. I’m using custom a payment Gateway and I’m sure this won’t cause any problems. I need only the county field.
How can I remove other billing fields from the checkout block?
- This reply was modified 1 year, 8 months ago by musme.
After last update some labels bacame untranslated (switched to English), but stayed translated in the Gutenberg editor. Today I updated woocommerce translation (ru), but correct translation didn’t return. can confirm the problem with translation.
I see the problem on the card page, mini-card and the checkout page
- This reply was modified 1 year, 9 months ago by musme.
I can confirm the last update (6.9) solved the problem! Thanks!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] publish date update after editingThis is solution
Thanks for greate plugin and adverts_update_post filter)add_filter(‘adverts_update_post’, ‘update_ad_publish_date’);
function update_ad_publish_date( $data ) {
$data[‘post_date’] = date(“Y-m-d H:i:s”);
$data[‘post_date_gmt’] = gmdate(“Y-m-d H:i:s”);return $data;
}Forum: Plugins
In reply to: [CFS Custom Category Fields] Doesn't work after CFS 2.5 update.Matt Gibbs, thanks!
But how do I retrieve custom fields for display on a category page?
get_category_meta(‘field_name’), CfsTaxonomy::get(‘field_name’) don`t work(