Condless
Forum Replies Created
-
Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Chilean commune misspelled!Hi,
Please see the plugin’s docs:
“How to modify cities names?”Hi Daniel,
Please see the “Why the cities dropdown is slow?” in the FAQ section of the plugin page.Hi Sam,
Please update the plugin to its latest version (1.2.4).Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] State / County Filters not workingThe State / County field is the field which displays the cities, so it shouldn’t be hidden.
You can change its title to ‘City’ via the Checkout Fields Editor.
If the ‘Filters’ option doesn’t work try to add ‘new_state’ field into your billing/shipping fields via the Checkout Fields Editor.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] State / County Filters not workingHi,
What’s the website URL?
When using some other theme (as Storefront) the State / County Filters works?Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Modify names in Shipping ZonesHi,
To add the state name as prefix to those cities enable the ‘State / County Filters’ option (Cities plugin’s settings) and add this code to your child theme’s functions.php file:add_filter( 'csz_admin_city_state_prefix', '__return_true' );- This reply was modified 10 months ago by Condless.
Forum: Plugins
In reply to: [Unit Price for WooCommerce] Quantity Step not working correctlyHi,
What’s the website URL?
By default the plugin supports quantity steps with 2 decimal places, you may have theme/plugin which cause the rounding so try to temporarily replace your theme and deactivate all the plugins except WooCommerce and Unit Price.Forum: Plugins
In reply to: [Unit Price for WooCommerce] $ sign not showing on product detail pageHi,
By default the currency sign should be displayed, can you add link to the website?
It may be conflict with some theme/plugin, please try to temporarily replace the theme and deactivate all the plugins except WooCommerce and Unit Price.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Warning: Undefined array keyHi,
Since those warnings are produced by code which is part of WooCommerce core it can’t be fixed.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Warning: Undefined array keyHi,
It doesn’t have any affect on the plugin’s functionality.Forum: Plugins
In reply to: [Default Attributes for WooCommerce] Products with Color Variations & SizesHi,
The plugin doesn’t provide such feature.
You can try to import the products’ variations via Excel file (insert the image URL in the Excel).You can explore the cities list of other countries in this folder, the format is:
CITY KEY => CITY NAME
city key: should be unique per city, contains digits and capital letters.
city name: the name of the city (best practice is name in English and to translate it using the translatepress plugin).Hi,
You will have to create the cities list for those countries and add to the ‘i18n/cities/’ plugin folder.Hi,
You can ignore that error, please check if there are any console errors via Chrome DevTools.
Can you provide the website URL which have that issue or upload screenshots/video of the issue?Hi,
I can’t reproduce the issue, please try to enable debug log and check if there are any errors.