oluisrael
Forum Replies Created
-
@blankboxmedia thank you for your response. I’m afraid our plugin doesn’t count and spread the minimum delivery time calculation over non-delivery days at the moment. It is something we have to work on as a new feature. I also can’t give an ETA yet on this but we will look into this and try to work on releasing this feature asap in newer versions of the plugin.
@blankboxmedia, based on your setup and explanation above, deliveries will only be processed on those 2 delivery days you have set up already and from the current date considering that you have a 48 hour minimum delivery time setup.
Hence, if a customer visits the site on delivery day 1 for that particular product, such customer won’t be able to select a delivery day for that week since there are only 2 delivery days weekly and would have to select the next available delivery day which is the next week.
I hope this helps.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cartThank you for the feedback @rafaelmiura
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cart@castlebuilder, thank you for the feedback.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cart@rafaelmiura @mohsinrasool @castlebuilder kindly add the filter below to your active theme’s functions.php file
function alg_wc_pif_remove_form_cart_attribute_callback( $form_cart_attribute ){ $form_cart_attribute = true; return $form_cart_attribute; } add_filter( 'alg_wc_pif_remove_form_cart_attribute', 'alg_wc_pif_remove_form_cart_attribute_callback' );
Let me know if this works.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cart@castlebuilder @mohsinrasool @rafaelmiura
This will be looked into asap and I’ll reach out as soon as a patch is ready.
Thanks for your patience.
Hi @castlebuilder,
I have sent a reply via the thread you started. Kindly check and revert.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not passed to cartHi @castlebuilder,
I’ve performed a series of tests on several of my sites (both live and local) which have the latest versions of WordPress, WooCommerce, Storefront theme, and our Product Input Fields for WooCommerce plugin (latest version) as the only enabled software and no code snippets added. When doing so I’ve not been able to replicate the behavior which you describe with the information (data entered by users) not being passed to the cart.
As a test, can you try to use the Storefront theme and see if the information entered in the input fields gets passed to the cart? If the information does then let me have the theme name you’re running to check from my side.
@castlebuilder I tried this from my end and I was able to retain the contents of the field on both the cart and checkout pages. If you don’t mind, can you walk me through how to replicate this on my end to be sure I’m not missing anything?
@riseofweb Thank you for the feedback. I’m happy I could be of help. I’ll proceed to mark this thread as resolved.
Hello @riseofweb, the patch for this is ready, and you can download the patch file from here https://www.dropbox.com/s/tyigjn7s6ptmdnx/class-alg-wc-pif-core.php?dl=0.
File name: class-alg-wc-pif-core
File path: wp-content\plugins\product-input-fields-for-woocommerce\includesHi @flowmode, can you confirm if you added the text field for the notes from WooCommerce>> Settings>> Product Input Fields>> All Products section and enabled the Product Input Fields – All Products option. This will add a new section named All Products: Field #1, and from there, you can set up this text field like this: https://prnt.sc/1dcfsoq
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Wich Hook for this pluginHi @alexandrefuchs can you try the code snippet below and let me know if that works?
add_action( 'woocommerce_before_calculate_totals', 'getcustomfield', 10, 1 ); function getcustomfield( $cart ) { foreach ( $cart->get_cart() as $cart_item ) { $customfield = $cart_item['alg_wc_pif_global'][0]['_value']; } }
Hi there @alframe. My apologies that the plugin didn’t meet your expectations due to the issue you faced with it. Here is a screenshot of the available options for the textarea https://prnt.sc/1yv41je to prevent it from squishing.
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] Data not order email and backendHi @macazaga Yes. The plugin works on all themes. You can also access support for the paid version on our website. There’s live chat support, and there’s also a link on the website that leads to creating a ticket.