Forum Replies Created

Viewing 15 replies - 331 through 345 (of 388 total)
  • Plugin Author Condless

    (@condless)

    Hi 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)

    Plugin Author Condless

    (@condless)

    היי,
    תוכל להשתמש ב”כלי העריכה הקבוצתית” שבהגדרות תוסף על מנת שיוזנו כל הערים של מחוז מסוים לתוך אזור משלוח מסוים בבת אחת, למשל הזן את הקוד של מחוז ירושלים:
    IL011
    ובחר אזור משלוח כלשהו על מנת שיוזנו אליו כל הערים השייכות למחוז זה,
    רשימת הקודים של המחוזות נמצאת בתיקיית התוסף בנתיב:
    /i18n/cities/IL.php

    הקודים של המחוזות שנמצאים באזור הראשון שפירטת (בצע העתק הדבק לתוך השדה “אזורים בתוך אזור” שבכלי העריכה הקבוצתית):
    IL011; IL032; IL041; IL042; IL043; IL044; IL051; IL052; IL053;

    האזור השני:
    IL023; IL025; IL061

    האזור השלישי:
    IL021; IL022; IL024; IL029; IL062;

    לאחר מכן תוכל לבצע שינויים לפי הצורך ולהעביר ערים מאזור לאזור בעריכת אזור משלוח שבהגדרות ווקומרס.

    Plugin Author Condless

    (@condless)

    Hi, looks like a deeper inspection is required which is out of scope for this support forum, please contact us by email.

    Plugin Author Condless

    (@condless)

    Hi,
    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.

    Plugin Author Condless

    (@condless)

    Please 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.

    Plugin Author Condless

    (@condless)

    Hi, 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)?

    Plugin Author Condless

    (@condless)

    Hi,

    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)?

    Plugin Author Condless

    (@condless)

    Hi,
    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.

    Plugin Author Condless

    (@condless)

    Hi,
    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="בדוק אם הינך זכאי למשלוח אקספרס"]

    Plugin Author Condless

    (@condless)

    Hi 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?

    Plugin Author Condless

    (@condless)

    Hi, the code should work, can you try to modify the user’s cycle into 2020-08-09 manually and than purchase the product?

    Plugin Author Condless

    (@condless)

    Update 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' ) ) );

    Plugin Author Condless

    (@condless)

    Hi,
    it seems like further debugging will be required which is out of scope for this support forum, please contact us by email

    Plugin Author Condless

    (@condless)

    Hi, 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 Email

    Plugin Author Condless

    (@condless)

    See 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

Viewing 15 replies - 331 through 345 (of 388 total)