mik83
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] variables products in accordionthank you but goes to step. I don’t think it’s for me
Forum: Plugins
In reply to: [Calculated Fields Form] Remove 5 euros if a total of at least 49 eurosthank you very much done everything. Congratulations on the amazing plugin, spectacular!
Forum: Plugins
In reply to: [Calculated Fields Form] Remove 5 euros if a total of at least 49 eurosin addition I have to put several fields beyond the additions where I insert a value and I multiply it.
Ex:
number field I type value 2 and multiply it by € 0.05 which will then be added to the total where the € 7.50 will be inserted or removed
there will be 5-6 drop-down menus with 4 prices for each, the multiplier that will be added to the drop-down menus and 7.50 if below the total of € 69.90
Forum: Plugins
In reply to: [Calculated Fields Form] Remove 5 euros if a total of at least 49 eurosthank you very much but is it possible to specify it? Let me explain.
Below the total written: shipping costs € 7.90.
If the total is above € 69.90, write me below: shipping costs 0 €
Forum: Plugins
In reply to: [Plugin: vote it up].enter the author of the post in the rankinthis is the part of code to change?
<div class=”title”>The best posts</div>
<div class=”votewidget”><?php
$rows = 0;//Now does not include deleted posts
$i = 0;
while ($rows < get_option(‘voteiu_widgetcount’)) {
if ($a[0][$i][0] != ”) {
$postdat = get_post($a[0][$i][0]);
if (!empty($postdat)) {
$rows++;if (round($rows / 2) == ($rows / 2)) {
echo ‘<div class=”fore”>’;
} else {
echo ‘<div class=”back”>’;
}
echo ‘<div class=”votecount”>’.$a[1][$i][0].’ ‘.Pluralize($a[1][$i][0], ‘voti’, ‘voto’).’ </div><div>guid.'” title=”‘.$postdat->post_title.'”>’.$postdat->post_title.’</div>’;
echo ‘</div>’;
}
}
if ($i < count($a[0])) {
$i++;
} else {
break; //exit the loop
}
}//End
?></div>
=========================================
is it useful?<p>Written by <?php the_author_posts_link(); ?></p>