deeveedee
Forum Replies Created
-
Thank you for your help! Your support is outstanding.
Forum: Themes and Templates
In reply to: [Fruitful] Fruitful theme conflict with Ninja FormsThank you for your help! Your support is outstanding.
@rynald0s – thank you!
Forum: Plugins
In reply to: [WC Fields Factory] programmatically fetch custom field contentsForum: Plugins
In reply to: [WC Fields Factory] Reading the WC fields contents@nicdimmock – Note that WooCommerce allows you to configure e-mail notifications. These notifications contain the order information. You may also be able to achieve your desired result by configuring WooCommerce to send a new order notification e-mail:
WordPress Dashboard > WooCommerce > Settings > Emails > New Order
If necessary, modify the template for this notification by placing the revised template in your Child Theme’s
woocommerce/emails
directory.Forum: Plugins
In reply to: [WC Fields Factory] Reading the WC fields contents@nicdimmock – I’m not an expert, but I’ll try to help.
If you’re trying to access the custom data after the order is placed, you can retrieve each order’s custom WC Fields Factory attributes as WooCommerce order meta data. Specifically, you can retrieve each order using
wc_get_orders()
and iterate over the orders to get the required attribute values in the meta data.If this sounds like what you want to do, you’ll want to look at documentation on the following functions:
wc_get_orders()
get_items()
get_formatted_meta_data()
get_product_from_item($item)
I hope this helps.
Forum: Themes and Templates
In reply to: [Fruitful] WooCommerce 3.x CompatibilityThank you for Fruitful Theme 3.5! The update was painless on our website and all WooCommerce template issues are resolved.
We are still seeing the following errors after our update to 3.5:
- woocommerce_get_page_id is deprecated since version 3.0! Use wc_get_page_id instead
- The “add_to_cart_fragments” hook uses out of date data structures and function is deprecated since version 3.1.2. Replace with woocommerce_add_to_cart_fragments.
Both of these deprecated function calls are in Fruitul theme functions.php.
Thanks again for your great support and great plugin.
I started a backup and it did complete on its own (without me ‘clearing cache’). I suspect that clearing the cache just gave me something to do while I was waiting. Backups take much longer than I’ve experienced before, but I suspect that this is due to resource limiting in a GoDaddy shared host (CPanel).
0000.000 (0) Opened log file at time: Fri, 27 Oct 2017 17:37:16 +0000 0706.474 (2) The backup apparently succeeded and is now complete
Thank you for your support and your great plugin.
Lots of variables here including installed/activated plugins (Ninja Forms add-ons and other), did you import the form or create from scratch, is the form a copy of another form…
I’m a Ninja Forms newbie experiencing it for the first time. I’m using PHP 5.6.31 and Firefox. You could try a new browser first, then update PHP (which I would recommend anyway). If that’s not possible or you don’t want to, I have found the Ninja Forms slack forum to be helpful:
Have you been able to set ‘required’ fields for other forms before? If you save the form and revisit the field, can you change it to ‘required?’ If not, what’s your environment (Ninja Forms version, WordPress version, PHP version, browser)?
How are you opening the form when “Red” is sold out? If you’re opening through a link to the form, you could add “Red” to the form URL query string. Ninja Forms allows you to set the default value of a field via the query string.
For example, if your form URL is
/form
, add the query string?color=red
In your form, set the default value (Advanced > DEFAULT VALUE) to
{querystring:color}
Now, when your form opens, the color will be preset to Red (or whatever color is sold out).
Not sure if I answered your question. Hope that helps.
The Logo Slider ‘forgot’ its settings again this morning. I cleared Comet Cache and it is working again. If you have any other suggestions, please let me know. I commented out
// define('COMET_CACHE_ALLOWED', FALSE);
in thelogo-showcase.php
file (leaving the commented line in case you want me to test something else).Thanks again for your great support and for your patience with helping me to resolve this.
@dnutbourne – I will provide the info you requested later this week. Thank you very much for your great support.