Musilda
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Show variation name?In next update will be “variation name”.
Forum: Plugins
In reply to: [WP Sticky Social] Icon ImagesHello, not now, but in next update it can be.
Forum: Plugins
In reply to: [WP Sticky Social] Responsive Plugin?Yes this plugin is responsive.
Hello
yes, its same – Fixed amount.
See my test – not working. It is clean instalation.Its weird.
Hello
i have new instalation on https://demo.toret.cz/ulozenka/, default theme, on web is active only one plugin – WOOCS
Woocs setting – https://demo.toret.cz/ulozenka/wp-content/uploads/sites/18/2015/12/woocs-error.jpg
Shipping setting – https://demo.toret.cz/ulozenka/wp-content/uploads/sites/18/2015/12/woocs-error-2.jpg
Wrong calculation – https://demo.toret.cz/ulozenka/wp-content/uploads/sites/18/2015/12/woocs-error-3.jpg
On shop is only one shipping method, i set 100 K? + 21% VAT = 121 K?.
But plugin still calculating 24.70 Euro.Multiple mode on/off not working. Same as currency storage.
Thanks for your response.
Hello
All shipping plugins are off, active is Local Delivery, Price is 121K?
Screen<a/>When currency is Euro, price is 24,69 E
Screen<a/>But rate is 0.0369
Screen<a/>Change multiple mode not works…
Thanks for your help.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] how do I buy this?Plugin is free, you can download this.
Forum: Plugins
In reply to: [WooCommerce] Api request url not workingIssue isnt resolved, but i fix it with new rewrite endpoint for plugin.
Thanks for your help.
Forum: Plugins
In reply to: [WooCommerce] Api request url not workingYes, plugin is active and PayPal returns IPN failure, dont using Paypal, now is only active, without settings.
Ok, i will create my own endpoint for plugin, this must work.
Forum: Plugins
In reply to: [WooCommerce] Api request url not workingEndpoint url is shopurl.com/?wc-api=Fakturoid_Notify
I tried echoing something, but i still getting -1
Weird is, that this way worked for me, but now is returned 404 for every request.I have eight plugins, on 500+ eshops, which not working properly now.
Exist other way, how check response?Forum: Plugins
In reply to: [WooCommerce] Api request url not workingOk, here is my code:
In plugin root file including file with class
require_once( plugin_dir_path( __FILE__ ) . 'includes/fakturoid-notify.php' ); $fakturoid_callback = new Fakturoid_Notify;
and in class
class Fakturoid_Notify { /** * Construct * */ public function __construct() { add_action('woocommerce_api_fakturoid_notify', array($this, 'check_response')); } public function check_response(){ //Do something }
And this worked minimally 10 months.
I dont understand, what i doing wrong.Forum: Plugins
In reply to: [WooCommerce] Api request url not workingYes, its loaded, i tied call url directly in browser and display -1
Hello
i found problem. I hooked code in if is_admin conditional.
Now is hook working correctly, but i dont understand, why is is_admin conditional problem.Thanks for your response.
Forum: Plugins
In reply to: [CMS2CMS: Automated Joomla To WordPress Migration] 301 redirectThank you for your response.
Forum: Plugins
In reply to: [WooCommerce] Shipping tax not working correctlyThank you.