Luká? Bachleda - LavaDESIGN
Forum Replies Created
-
Forum: Plugins
In reply to: [Packeta] “Vyberte si vydajné miesto” gombík ?írkaMá to nastavené width:150px. Treba prestavi? na width:auto;
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Compatibility with Elementor?Yeah, sure mate. I will have only one stock from each product.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Compatibility with Elementor?Ok, change – my client doesn’t require for countdown. Just do something like this –
If product is reserved by a user, could display “RESERVED” instead of add_to_cart button? Is this possible?I can try to code custom snippet, however, I suppose – there should be some hook or function, or variable, or something, which I can hang on. Something like
if($product->is_reserved) {
//display RESERVED string
} else {
//display add_to_cart button
}Is something like that possible?, Now my add_to_cart button simply disappear…
Forum: Plugins
In reply to: [WooCommerce] has_term() doesn’t work properlyHello, the issue was resolved by upgrading woocommerce multilingual to the newest version. ??
Forum: Plugins
In reply to: [WooCommerce] Discount schedule doesn’t work correctlyHello, the bug was repaired by creating the cron for hook woocommerce_scheduled_sales
Forum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Name of variable with order numberI have got a snippet like this:
add_filter( 'woocommerce_bacs_account_fields', 'custom_bacs_account_field', 10, 2); function custom_bacs_account_field( $account_fields, $order_id ) { static $call_counter = 0; if($call_counter > 0 ) { return $account_fields; } $order = wc_get_order( $order_id ); $account_fields['variable_symbol' ] = array( 'label' => __('Variable symbol', 'hello-elementor'), 'value' => $order_id ); $call_counter++; return $account_fields; }
I need remake $order_id (I suppose in function params and in ‘value’ =>… too?)
Forum: Plugins
In reply to: [WPify Woo Czech] JS chyba zhadzuje StripeAha super, ?i?e m??em slobodne aktualizova? hej? ??
Forum: Plugins
In reply to: [WPify Woo Czech] JS chyba zhadzuje StripeZDravím, u? to mám fixnuté. Ako vysvitlo, problémom bolo to, ?e som I?O a názov spolo?nosti urobil cez snippet ako required. Tym pádom vo va?om js builde nenachadzalo classu optional, ?o sp?sobovalo v?etky ostatné chyby.
Hello, we have upgraded all plugins, wp core and themes, and set start&end date for all events. We are using this shortcode
[events layout_type='list' orderby='event_start_date' order='desc']
The order is not good, you can see year 2022 as first, then few of 2021 and again 2022?!When I change the order=’desc’ to order=’asc’ -> nothing happen. Order is not opposite. I think something is wrong with your shortcode.
I would rather don’t use the shortcode, however in widget I am not able to display “list” by default, but tiles. I need to display list instead of tiles. Thank you
Forum: Plugins
In reply to: [WPify Woo Czech] JS chyba zhadzuje StripeOkay, ?al?ia vec, ?o som objavil. Ke? zakomentujem riadok ?.4, teda ?e billing_ic nemá by? povinny, tak vtedy v?etko krásne ide.
Len?e problém je, ?e ja to billing_ic mám doplnené aj v register forme. Nem??em ho len tak ?ahko da? ako nepovinné.
Forum: Plugins
In reply to: [WPify Woo Czech] JS chyba zhadzuje StripeV js som dos? lama, ale zistil som, ?e pod?a v?etkého tam nie?o niekde h?adá classu “optional”, ale nenájde ju. Ja som toti? tymto snippetom
add_filter( 'woocommerce_billing_fields', 'ts_require_wc_company_field'); function ts_require_wc_company_field( $fields ) { $fields['billing_company']['required'] = true; $fields['billing_ic']['required'] = true; return $fields; }
vo functions.php nastavil názov firmy a i?o ako povinny údaj u? pri registrácií (Ide o B2B shop, tak?e registrova? sa m??u len firmy)
Forum: Plugins
In reply to: [WooCommerce] Changing decimal digit precisionHello, thanks for reply.
I am afraid, this won’t help for me.
I am using WPML multicurrency plugin and entering the price in € and in K? (koruna ?eská). So I can’t put the prices with VAT, because VAT for SK is 20%, for CZ 21%, so there will be some worse issues with this.Forum: Plugins
In reply to: [Elementor Custom Skin] Use custom skin loop with advanced woo labelsHello, from my communication with Advanced Label Woo, I need just to get a name of hook, so I can display badges. Could you please share me the name of hook, which are using to displaying products in loop?
So most probably the best way for me is to contact the Ele custom skin/Elementor support and ask for a hook/file, where should I edit the .php file, correct?
Thank you for a help for now. Most probably I will write to [email protected] ??