eduits
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Ship to diffrent adress is pre checked since updateHi,
Since the last update “Ship to diffrent adress” is enabled.
This is not working.
WooCommerce > Settings > Shipping > Shipping OptionsWe are running 4 websites, and all have this problem.
All 4 sites are different setups.Solved
<?php function my_get_category( $ids ) { if ( ! empty( $ids ) ) { $return = array(); $ids = explode( ",", $ids ); foreach ( $ids as $id ) { $id = trim( $id ); $term = get_terms( array( 'taxonomy' => 'product_cat', 'hide_empty' => false, 'meta_query' => array( 'key' => 'intercambio_cat', 'value' => $id, 'compare' => '=' ) ) ); if ( ! empty( $term ) ) { $return[] = $term[0]->slug; } } if ( ! empty( $return ) ) { return implode( ">", $return ); } } } ?>- This reply was modified 6 years, 6 months ago by eduits.
Forum: Plugins
In reply to: [Kiyoh / Klantenvertellen] Backend WordPress super traag door pluginProbleem is nog steeds aanwezig. Op het moment dat wij de plugin deactiveren loopt alles weer normaal.
Debugging staat uit binnen onze wordpress install.
Forum: Plugins
In reply to: [Kiyoh / Klantenvertellen] Schema.org naar httpsTOP, dankjewel