Condless
Forum Replies Created
-
Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] Include StateHi Danillo,
Please make sure Brazil is configured as the Store Country (Dashboard => WooCommerce => Settings => Store Address) and than enable the ‘Filters’ option (via the plugin settings)Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] חלוקת איזורי משלוח בארץהיי,
תוכל להשתמש ב”כלי העריכה הקבוצתית” שבהגדרות תוסף על מנת שיוזנו כל הערים של מחוז מסוים לתוך אזור משלוח מסוים בבת אחת, למשל הזן את הקוד של מחוז ירושלים:
IL011
ובחר אזור משלוח כלשהו על מנת שיוזנו אליו כל הערים השייכות למחוז זה,
רשימת הקודים של המחוזות נמצאת בתיקיית התוסף בנתיב:
/i18n/cities/IL.phpהקודים של המחוזות שנמצאים באזור הראשון שפירטת (בצע העתק הדבק לתוך השדה “אזורים בתוך אזור” שבכלי העריכה הקבוצתית):
IL011; IL032; IL041; IL042; IL043; IL044; IL051; IL052; IL053;האזור השני:
IL023; IL025; IL061האזור השלישי:
IL021; IL022; IL024; IL029; IL062;לאחר מכן תוכל לבצע שינויים לפי הצורך ולהעביר ערים מאזור לאזור בעריכת אזור משלוח שבהגדרות ווקומרס.
Forum: Plugins
In reply to: [User Posts Limit] “Type” sectionHi, looks like a deeper inspection is required which is out of scope for this support forum, please contact us by email.
Forum: Plugins
In reply to: [User Posts Limit] “Type” sectionHi,
The settings and the code are in the right place.
The code in the documentation was updated, please copy it instead of the old one.
Than try to create more listing from the Je suis on sophrologie listing type with the ‘1255’ user.Forum: Plugins
In reply to: [User Posts Limit] “Type” sectionPlease set rule of ‘Client’ / ‘Listing’ / ‘1’ / ‘Aucun’, than copy the code from the plugin documentation ‘MyListing’ section into your theme’s functions.php file.
The rule will be applied on each listing type seperately, for example if you have 2 listing types (Je suis on sophrologie1 / Je suis on sophrologie2), clients will be able to make 1 listing of Je suis on sophrologie1 and 1 listing of Je suis on sophrologie2.Forum: Plugins
In reply to: [User Posts Limit] “Type” sectionHi, thanks for the images.
Which plugin do you use for the frontend submission form that create the ‘listing type’ for the clients?
Can you take screenshot of the user ‘listing type’ counter in the users list (Dashboard => users)?Forum: Plugins
In reply to: [User Posts Limit] “Type” sectionHi,
If the ‘Listing Type’ doesn’t appear at all in the Type Dropdown:
How this post type was created? can you share the plugin/code?If the ‘Listing Type’ appears in the dropdown but the limit doesn’t apply on it:
Which rule settings did you configure (Role, Type, Limit, Cycle)?
Do you try to post via the Dashbaord or at the frontend?
Can you enable the ‘Document Statistics’ option via the plugin settings and check the users table (Dashbaord => Users)?Forum: Plugins
In reply to: [User Posts Limit] reset limitHi,
As described via Email, the code in the docs was updated so the reset will happen only by the end of the day of the purchase. The purpose is to prevent the incorrect posts calculation.Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] shortcodeHi,
In order to display the cities, you may add the code from the ‘Shortcodes’ section in the plugin documentation into your theme’s functions.php file, and than in the editor use the shortcode:
[csz_field type="state" key="shipping_state" country="IL" description="בדוק אם הינך זכאי למשלוח אקספרס"]Forum: Plugins
In reply to: [Cities Shipping Zones for WooCommerce] shortcodeHi Koby,
Please explain more what you are trying to accomplish, would you like to display all/some of the cities of the country? to display cities belong to specific shipping zone?Forum: Plugins
In reply to: [User Posts Limit] reset limitHi, the code should work, can you try to modify the user’s cycle into 2020-08-09 manually and than purchase the product?
Forum: Plugins
In reply to: [User Posts Limit] reset limitUpdate the cycle of the users to few days ago, than for the date to be updated to the day before the order instead of the day of the order when purchased the product, replace the line:
update_user_meta( $user_id, 'cycle', $order->get_date_created()->date( 'Y-m-d' ) );
With:
update_user_meta( $user_id, 'cycle', date( 'Y-m-d', strtotime( $order->get_date_created()->date( 'Y-m-d' ) . ' - 1 day' ) ) );Forum: Plugins
In reply to: [User Posts Limit] reset limitHi,
it seems like further debugging will be required which is out of scope for this support forum, please contact us by emailForum: Plugins
In reply to: [User Posts Limit] reset limitHi, even without the code from the docs, it seems like the plugin is aware of only 2 posts instead of 5.
Did you use the ‘cycle’ option when configured the rule? do you have custom post status in the website? can you take screenshots of this user posts details (just click on the number 5 from the users table)? you may send it also by EmailForum: Plugins
In reply to: [User Posts Limit] reset limitSee if the Posts Limits column is updated when you modify the cycle field into 2020-10-11, and also if you totally remove the code from the documentation