Pierre Helium
Forum Replies Created
-
I am also getting the same error. There is an issue with variable products using the weight based pricing feature of the plugin.
You can fix this issue by changing the code in file wp-content/plugins/weight-based-pricing-for-woocommerce/App/Controllers/Admin/VariableProducts.php at line 122, until the plugin gets an update :
/**
* Variable Product Save All.
*/
public static function recursivelySaveValues($post_id) {
if (isset($_POST[‘variable_post_id’])) {
$var_ids = ParseInput::id($_POST[‘variable_post_id’]); if (is_array($var_ids)) {
$var_ids_loop = max(array_keys($var_ids)); for ($i = 0; $i <= $var_ids_loop; $i++) { $variation_id = $var_ids[$i]; self::saveValues($variation_id, $i); } }
}
}- This reply was modified 1 year, 8 months ago by Pierre Helium.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] weird \ backslash in json date formatForum: Plugins
In reply to: [MaxiCharts Query Builder Add-on] Filter all chartsI see. That is a bit annoying if I try to display different types of charts (bar and pie) in the same shortcode.
Forum: Plugins
In reply to: [MaxiCharts] Cannot filter data with the custom_search_criteriaAwesome! Thanks, I forgot about that trick.
Cheers,
Pierre
Forum: Plugins
In reply to: [MaxiCharts] Cannot filter data with the custom_search_criteriaHi,
I’m getting a blank page if I use the simplequote inside the php (do_shortcode). I think it’s because of the simple quote iteration and the fact that the double quote doesn’t work with the shortcode custom search setting. I can only use the shortcode inside the wordpress editor and not directly inside the template. Do you have a solution to use it inside the php template?
Cheers,
Pierre
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldIt works ! That’s awesome, you made my day. Thank you very much for the service, I will write a review and rate 5 stars.
cheers,
Pierre
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldHi,
I made a copy of the website without the force login. here is the new link so you can see the page : https://cactusnc.com/ckimmotest/graphiques
I also changed the log profile to “Trace” and only kept the ‘include=”10″‘ shortcode. Here is the code I use on my template.
<?php
/* Template Name: chart */
get_header(); ?>
<div class=”container chart”>
<div class=”row”>
<div class=”col-lg-12 col-sm-12″>
<div class=”bloc”>
<span>Types de biens</span>
<?php echo do_shortcode(‘[gfchartsreports include=”10″]’); ?>
</div>
</div>
</div>
</div><?php get_footer(); ?>
It still displays the same message : “No answers yet to field number 10 : Type de bien”.
Here is the log : https://cactusnc.com/logs/maxicharts-2018-06-14-2.log
Regards,
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldOn the page I see all my graphs working except for the multiselect field id number 10. It displays a message : “No answers yet to field number 10 : Type de bien ”
That corresponds to field id 10 in the log.2018-06-13 20:53:14,107 GF WARN /var/www/vhosts/cactusnc.com/httpdocs/ckimmo/wp-content/plugins/maxicharts-gravity-forms-source-add-on/mcharts_gf_source_add_on.php:683 No answers for field 10
2018-06-13 20:53:14,107 GF WARN /var/www/vhosts/cactusnc.com/httpdocs/ckimmo/wp-content/plugins/maxicharts-gravity-forms-source-add-on/mcharts_gf_source_add_on.php:684 Array
(
[orderedAnswers] => Array
(
[F1] => 0
[F2] => 0
[F3] => 0
[F4] => 0
[F5] => 0
[F6] => 0
[Villa] => 0
[Dock] => 0
[Bureau] => 0
[Commerce] => 0
[Terrain] => 0
[Parking] => 0
[Autre] => 0
)[valuesAndLabels] => Array
(
[F1] => F1
[F2] => F2
[F3] => F3
[F4] => F4
[F5] => F5
[F6] => F6
[Villa] => Villa
[Dock] => Dock
[Bureau] => Bureau
[Commerce] => Commerce
[Terrain] => Terrain
[Parking] => Parking
[Autre] => Autre
))
I sent you the credentials to see the page in your contact form on the maxichart website.
Here is a screenshot : https://we.tl/FSylsfPwUqForum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldForum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldHi, Thanks for the quick reply. I tried the new version, but there is an issue with the data collected for each “choice”. It says there is no data. here is the log file : https://cactusnc.com/logs/maxicharts-2018-06-12.log
The field values are right though.
I also tried to submit a new entry in case it only collect new ones, but it’s still at 0 with the message : “No answers yet to field number 10 : Type de bien”.Cheers,
Pierre
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldThanks, I just sent you the credentials through the contact form.
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldHi,
Sorry about the credentials. Can I send them to you by email? as it grants you access to the form and it is being used right now by my client. Here is my email : [email protected]
I have answers for those fields. I got 735 entries.
You can find the log file here : https://cactusnc.com/logs/maxicharts-2018-06-11.log
It says “Unknown field type : multiselect”.Cheers,
Pierre