Condless
Forum Replies Created
-
@dannyg82
Hi, please make sure you use the latest plugin version.Forum: Plugins
In reply to: [Unit Price for WooCommerce] E_ERROR type on line 776Hi,
Please go the plugin’s main file and replace this line (776):if ( $item->is_type( 'line_item' ) && apply_filters( 'upw_admin_order_unit_headers_enbaled', true ) && ! wp_doing_ajax() ) {
with this:if ( $product && $item->is_type( 'line_item' ) && apply_filters( 'upw_admin_order_unit_headers_enbaled', true ) && ! wp_doing_ajax() ) {Forum: Plugins
In reply to: [Default Attributes for WooCommerce] Basic function was lost after updatingHi Alex,
Do you mean “Set specific option as default in all products with that attribute (from the Edit Attribute screen)”?
The feature is accessible from the Attribute Edit screen.Forum: Plugins
In reply to: [Unit Price for WooCommerce] Decimal Product Quantity in cartHi,
What’s the website URL?
Please check if replacing theme (such as Storefront) resolved the issue, and also if when “Qty Increment Buttons for WooCommerce” plugin is installed does so.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Warning: Undefined array keyHi,
Yes it is, but shouldn’t affect plugin’s functionality.Forum: Plugins
In reply to: [User Posts Limit] Show different messages for different rulesSee in the plugin’s docs:
‘How to set different limit message per user role?’Hi,
The support for HPOS was added.Forum: Plugins
In reply to: [User Posts Limit] Show different messages for different rulesHi dionix,
It can be achieved via code, using the ‘upl_message’ filter hook.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] remove some cities from the listHi,
They appear in the plugin folder /i18n/cities/ path, Myanmar’s country code is MM.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] City missingHi,
Please make sure the billing_state and shipping_state fields are not disabled via some Checkout Fields Editor plugin.Forum: Plugins
In reply to: [User Posts Limit] Post Limit Message not displayingIn the shortcode:
[upl_hide type=”post”]
Replace “post” with your post type, for example “job_posting” or “job_postings”.Forum: Plugins
In reply to: [User Posts Limit] Post Limit Message not displayingCan you take screenshot of your Plugin settings, and the shortcode you have used?
Forum: Plugins
In reply to: [User Posts Limit] Post Limit Message not displayingHi,
The redirect URL is configured in the ‘text’ option.
Please try to wrap the gravity form’s shortcode with the “Hide Content” shortcode (the instructions is in the description of the plugin).Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] deprecated errorIf it happens when you access the orders edit screens those error messages can be ignored.
Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] deprecated errorHi,
At which page do you get the error?
Do you encounter any issue with the functionality of the plugin?