Altos
Forum Replies Created
-
Forum: Plugins
In reply to: [WooPrice Calculator] Round Up Output Value on Woo Price CalculatorSorry, I don’t really understand what you mean.
Which information are you waiting for?S
Forum: Plugins
In reply to: [WooPrice Calculator] Round Up Output Value on Woo Price CalculatorHi rezakomala,
I’m happy to announce you that we developed a new feature to get the “base price” of product in WooCommerce and than use it inside excel sheet!
So you’ll not have to write it in excel and you will be also able to use just one calculator for all products!It will be released within next Monday.
Best regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] corrupted fileOk slcriss,
I suggested to use WP uploader because when you install the plugin it also creates tables in your database.
It will not work properly by just copying files.Regards,
SForum: Plugins
In reply to: [WooPrice Calculator] Error: Compatible PHP versions are: >= 5.0.0 & <= 7.0.0Hi,
we just finished to test a new release which includes PHP7 compatibility.
It’s already available for PRO version. It will be available also for FREE version in the next update.Regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] Round Up Output Value on Woo Price CalculatorI know it’s not a good solution to write input in all excel.
At this version is not possibile to use also woocommerce product price in excel but this could be a great new feature to add in next releases. 😉
I can suggest to think about to use WordPress Hooks in order to change all WooCommerce product price at one time with a function.
https://codex.wordpress.org/Plugin_APIRegards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] Round Up Output Value on Woo Price CalculatorHi,
I checked your test on our live demo.
Which output value should you see with inputs above, 18700195?It seems you missed to write the product price on your cell sheet.
When you setup a sheet, WooCommerce product price can’t be handled with it.
If you need a “flat product price” it has to be written in a cell inside the sheet.Regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] Round Up Output Value on Woo Price CalculatorHi rezakomala,
thanks for your interest in our plugin.
Actually is not possible just with formula to round the price for product.
By the way I think it’s pretty easy to do this job by using Excel Sheet.
Excel calculator feature it’s available only in WPC PRO, you can make a test and check with our live demo if it works for you: https://woopricecalculator.com/live-demoBest regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] Plugin not working with variationsHi jainkartikeya,
thanks for your interest in our plugin.
In order to let it works you don’t have to create variations for product in WooCommerce, WPC already do the job when user insert a value for fields product.
So you will have to create a simple product and then manage variation with WPC custom fields and your formula.
Please take also a look at our DEMO videos on youtube and our documentation on https://woopricecalculator.com/.Regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] Error: Compatible PHP versions are: >= 5.0.0 & <= 7.0.0Hi jafaralshamma,
we’re still working on PHP7 version. It’s a big job to edit all PHP-Excel rules, especially in our PRO version.
We’re working on…
If you want that plugin works from now I suggest you to set PHP version to 5.6.Regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] TranslationPlease read this: http://woopricecalculator.com/forum/all-questions/4-translate#41
Forum: Plugins
In reply to: [WooPrice Calculator] Woo Price Calculator not workingHi huysstyl,
Our team is working on it. We’ll give you more information as soon as we have news.
Regards,
RiccardoForum: Plugins
In reply to: [WooPrice Calculator] wooprice calculator ?Hello markeieood!
It’s been a few days and we haven’t heard back from you about this topic. If we don’t hear from you in the next three days we will consider it solved.
Please have a read of the recent comments and reply if you still need our help.
Best regards,
RiccardoForum: Plugins
In reply to: [WooPrice Calculator] Calculate price on start dateHi dizerbox,
Nice to hear about your purchase.
From now you should have to write to our forum to get PRO support. In this way I will attach to your new post the excel sheet and explain how to use TODAY() function. We’re here http://www.woopricecalculator.com/forum/.Best regards,
RiccardoForum: Plugins
In reply to: [WooPrice Calculator] example themeHi, sorry I forgot some div in code, I’m going to update the documentation.
Anyway here you can find the complete code for first 3 fields. It shouldn’t give you any issue.<?php /* * THEME_NAME: Example Simone */ ?> <div class="wpc-product-form"> <!--Field start--> <div id="<?php echo $this->view['data']['woo_price_calc_1']['elementId']; ?>" class="form-group wpc-field-widget"> <div class="wpc-field <?php echo $this->view['data']['woo_price_calc_1']['class']; ?>"> <?php echo $this->view['fields']['woo_price_calc_1']['html']; ?> <label for="<?php echo $this->view['data']['woo_price_calc_1']['elementId']; ?>_field"> <?php echo $this->view['fields']['woo_price_calc_1']['label_name']; ?> </label> </div> <div class="wpc-field-error"></div> </div> <!--Field end--> <!--Field start--> <div id="<?php echo $this->view['data']['woo_price_calc_2']['elementId']; ?>" class="form-group wpc-field-widget"> <div class="wpc-field <?php echo $this->view['data']['woo_price_calc_2']['class']; ?>"> <?php echo $this->view['fields']['woo_price_calc_2']['html']; ?> <label for="<?php echo $this->view['data']['woo_price_calc_2']['elementId']; ?>_field"> <?php echo $this->view['fields']['woo_price_calc_2']['label_name']; ?> </label> </div> <div class="wpc-field-error"></div> </div> <!--Field end--> <!--Field start--> <div id="<?php echo $this->view['data']['woo_price_calc_3']['elementId']; ?>" class="form-group wpc-field-widget"> <div class="wpc-field <?php echo $this->view['data']['woo_price_calc_3']['class']; ?>"> <?php echo $this->view['fields']['woo_price_calc_3']['html']; ?> <label for="<?php echo $this->view['data']['woo_price_calc_3']['elementId']; ?>_field"> <?php echo $this->view['fields']['woo_price_calc_3']['label_name']; ?> </label> </div> <div class="wpc-field-error"></div> </div> <!--Field end--> </div>If we managed to resolve your issue, please close this topic. Thank you.
Regards,
SimoneForum: Plugins
In reply to: [WooPrice Calculator] example themeHi yourwp,
you can find more documentation now here:
http://woopricecalculator.com/documentation#customize-theme
Hope this help you.If we managed to resolve your issue, please close this topic. Thank you.
Regards,
Simone