Sanesh Acowebs
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Радио кнопкаOk, then there is nothing wrong with our checkout plugin. It may be due to some other reasons. On inspecting your checkout page it shows multiple checkout sections, hidden with CSS styling. So it will be better to check your checkout page/template.
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Радио кнопкаYou can disable our checkout plugin from Dashboard -> Plugins -> Installed plugins.
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Радио кнопкаHi, Can you check whether this issue exists again after disabling our checkout plugin.
Hi, we tested your settings on the demo. First, you should set a value for the checkbox field value (https://tinyurl.com/yz7qb4us). Then you should set that value for the conditional logic( https://tinyurl.com/yjdgwk3l ). Hope you understood the issue.
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Reinstal PluginHi, can you please change your code to below given format. Because we need some additional parameters as in the code. Also note that you need to add some extra codes to validate url type if required as we are not supporting that type.
add_filter( 'woocommerce_checkout_fields' , 'awcfe_custom_override_checkout_fields' ); function awcfe_custom_override_checkout_fields( $fields ) { $fields['shipping']['shipping_shiping_number'] = array( 'type' => 'url', // field type 'name' => 'shipping_shiping_number', // field name 'label' => __('Shipping number', 'woocommerce'), 'class' => array('form-row-wide'), 'col' => 6, // 6 for full width, 3 for half width 'clear' => true, 'priority' => 5, 'custom' => true, 'show_in_email' => true, 'show_in_order_page' => true, ); return $fields; }
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] errorAs we haven’t heard back from you further, we assume that this issue has been resolved at your end and considering this ticket as closed. Please don’t hesitate to get back to us if you require any further assistance or clarifications from our end in the future. Thanks!
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Reinstal PluginHi, we have checked your concern. Currently we don’t have a “url” sub-type that’s why it is not set as selected on the backed editor page. But you don’t need to select any type from selection if you are using the code that is shared. It will continue to work on the front-end, even after there is no selection on the back-end editor. Please check. We will check the possibility to add “url” sub-type on the future version of our plugin.?
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] Reinstal PluginHi, currently we don’t have the option to reset settings to default. You need to manually change the setting. We will try to add a reset button option on the upcoming future version of our plugin.
Forum: Plugins
In reply to: [Checkout Field Editor for WooCommerce - Checkout Manager] errorHi, we have tested our checkout plugin with the latest version of woocommerce, but we couldn’t reproduce issues as you reported. Can you please share your checkout page url to check issues from our end. Also, please test after deactivating our checkout plugin. ?
Hi, currently we don’t have the option to relocate sections as you requested. Our checkout plugin is compatible with the WPML plugin.
Hi, Currently the extra field data that is created using our checkout plugin is not added to the exported data from export personal data option. Our plugin doesn’t collect any other personal data.
Hi, this is our premium version option. You can show/hide fields based on the user role using our premium plugin.
Hi, thanks for sharing the details. We need more details about your website. Can you please come to our live chat support to discuss this issue. As we have some limitations on this forum to ask questions.
Hi, thanks for using our checkout plugin. Can you please share your checkout page url to test this from our end. The words Billing, Shipping and Order are taken from Woocommerce translations.
Hi, address formatting is our premium version option. You can add extra fields added to the address section using this option.