kursora
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] show billing address and shipping address both on checkput pageYou must add shiping zones and shipping methods in zones
https://docs.woocommerce.com/document/setting-up-shipping-zones/Forum: Plugins
In reply to: [Wordpress SuperSonic with CloudFlare] Superfluous parameters on some pagesRozumiemy się.
Po prostu nie ma możliwości stwierdzenia kiedy ma być dodany ten parametr, a kiedy nie.Jeżeli jest włączona opcja niewylogowywania to ten parametr dodawany jest zawsze do każdego linku generowanego przez wordpressa w czasie gdy użytkownik jest zalogowany.
Forum: Plugins
In reply to: [Wordpress SuperSonic with CloudFlare] Superfluous parameters on some pagesThen you must disable this option.
Forum: Plugins
In reply to: [Wordpress SuperSonic with CloudFlare] Superfluous parameters on some pagesThis additional parameters are generated when “Do not logout user roles” is enabled.
There is no other method to realize this functionality.Just uncheck all checkboxes in “Do not logout user roles” and “supersonic=wp-admin” will disapear.
Forum: Plugins
In reply to: [Wordpress SuperSonic with CloudFlare] Error on pages and settingsFixed in 1.6
Forum: Plugins
In reply to: [WooCommerce] Editing shipping rates with hook/filterwoocommerce_package_rates is fired when address data is changed. You must use other filter/action.
Forum: Plugins
In reply to: [WooCommerce] Shipping sreeen opens wronglyCheck browser console. Probably there are some javascript errors.
Forum: Plugins
In reply to: [WooCommerce] Dynamicly adding fields to shipping optionsSaving configuration to wp_options and order data to wp_postmeta is best idea.
Forum: Plugins
In reply to: [WooCommerce] Shipping Rates Based on Sale Value (per order or per item)Try this plugin: https://wordpress.org/plugins/flexible-shipping/
Forum: Plugins
In reply to: [WooCommerce] wp-cron.php?It depends what is in cron queue. I always use 1 min. If there is nothin in wp-cron it does nothing.
Forum: Plugins
In reply to: [WooCommerce] Saving flat rate shipping errorYou can check what debug.log says: https://codex.wordpress.org/Debugging_in_WordPress
Forum: Plugins
In reply to: [WooCommerce] Hook and Change Variation PriceYou can use woocommerce_variation_prices filter.
Forum: Plugins
In reply to: [WooCommerce] Increase shipping cost based on quantityThis plugin can do it for you: https://wordpress.org/plugins/flexible-shipping/
Forum: Plugins
In reply to: [WooCommerce] Checkout is not possibleWhat happens when you deactivate “Hide My WP”?