Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)
  • Thread Starter borkk85

    (@borkk85)

    Hey @bsfaradhy

    This has been resolved, thanks for the assistance.

    Thread Starter borkk85

    (@borkk85)

    Hey @bcworkz , so I was able to resolve the issue with a helpful post I found on wordpress.stackexchange by adding this code to filter the main query for that specific CPT into functions.php, and then removed the custom query, and just used the paginate_links(); function, which solved my pagination issue.

    add_action( 'pre_get_posts', 'only_3_news_per_page' );
    function only_3_news_per_page( \WP_Query $q ) : void {

    if ( is_admin() || ! $q->is_main_query() || ! is_post_type_archive( 'news' ) ) {
    return;
    }

    $q->set( 'posts_per_page', 3 );
    }

    Thread Starter borkk85

    (@borkk85)

    hey, thanks for your reply. This is the plugin that is being used.

    Thread Starter borkk85

    (@borkk85)

    Hi,

    I suppose the toggle button settings can very well be seen from the developer console, in any case here are the images from the settings, the menu builder display and chrome console mobile display.
    What do you mean by model number?

    Settings
    menu builder
    chrome console
    Thread Starter borkk85

    (@borkk85)

    Hi @sumitsanadhya,

    Thanks for your response. I will provide you a screenshot from my mobile device where the toggle button is missing, it’s not missing from all devices though, in any case it would be good to display everywhere, and from desktop chrome developer console the problem is the positioning of the toggle…

    Thread Starter borkk85

    (@borkk85)

    Hi @rsouzaam,

    thanks for noticing that, I did initially tried placing those fields in 1 row, and never changed that. I placed them in 2 rows now and it works fine.

    Thanks again for the assistance.

    Best regards,

    Borko

    Thread Starter borkk85

    (@borkk85)

    Hi Darla,

    I used the same code on the Hello Elementor child theme, where Woocommerce>archive-product.php is added.

    This is an image from the Elementor builder…

    I have however created a custom shortcode, which works perfectly. In any case I would like to know what could be the cause that prevents the custom layout display.

    Part of the logs, it’s more of the same:

    2023-08-15T12:36:31+00:00 INFO Regenerating images for attachment ID: 720
    2023-08-15T12:36:32+00:00 INFO Regenerating images for attachment ID: 703
    2023-08-15T12:36:32+00:00 INFO Regenerating images for attachment ID: 702
    2023-08-15T12:36:32+00:00 INFO Regenerating images for attachment ID: 700
    2023-08-15T12:36:35+00:00 INFO Regenerating images for attachment ID: 699
    2023-08-15T12:36:35+00:00 INFO Regenerating images for attachment ID: 698
    2023-08-15T12:36:36+00:00 INFO Regenerating images for attachment ID: 697
    2023-08-15T12:36:36+00:00 INFO Regenerating images for attachment ID: 696
    2023-08-15T12:36:36+00:00 INFO Regenerating images for attachment ID: 695
    2023-08-15T12:36:37+00:00 INFO Regenerating images for attachment ID: 694
    2023-08-15T12:36:37+00:00 INFO Regenerating images for attachment ID: 693
    2023-08-15T12:36:39+00:00 INFO Regenerating images for attachment ID: 689
    2023-08-15T12:36:40+00:00 INFO Regenerating images for attachment ID: 676
    2023-08-15T12:36:40+00:00 INFO Regenerating images for attachment ID: 675
    2023-08-15T12:36:41+00:00 INFO Regenerating images for attachment ID: 669
    2023-08-15T12:36:42+00:00 INFO Regenerating images for attachment ID: 666
    2023-08-15T12:36:43+00:00 INFO Regenerating images for attachment ID: 665
    2023-08-15T12:36:43+00:00 INFO Regenerating images for attachment ID: 664
    2023-08-15T12:36:44+00:00 INFO Regenerating images for attachment ID: 663
    2023-08-15T12:36:45+00:00 INFO Regenerating images for attachment ID: 662

    2023-08-16T01:40:12+00:00 INFO Regenerating images for attachment ID: 179
    2023-08-16T01:40:13+00:00 INFO Regenerating images for attachment ID: 178
    2023-08-16T05:06:20+00:00 INFO Regenerating images for attachment ID: 177
    2023-08-16T05:06:21+00:00 INFO Regenerating images for attachment ID: 163
    2023-08-16T05:06:22+00:00 INFO Regenerating images for attachment ID: 162
    2023-08-16T05:06:22+00:00 INFO Regenerating images for attachment ID: 161
    2023-08-16T05:06:23+00:00 INFO Regenerating images for attachment ID: 160
    2023-08-16T05:06:24+00:00 INFO Regenerating images for attachment ID: 159
    2023-08-16T09:15:58+00:00 INFO Regenerating images for attachment ID: 158
    2023-08-16T09:15:59+00:00 INFO Regenerating images for attachment ID: 157
    2023-08-16T09:15:59+00:00 INFO Regenerating images for attachment ID: 156
    2023-08-16T09:16:00+00:00 INFO Regenerating images for attachment ID: 155
    2023-08-16T09:16:00+00:00 INFO Regenerating images for attachment ID: 154
    2023-08-16T09:16:01+00:00 INFO Regenerating images for attachment ID: 153

    The system report:

    ### WordPress Environment ###
    
    WordPress address (URL): https://5jm.b21.myftpupload.com
    Site address (URL): https://5jm.b21.myftpupload.com
    WC Version: 8.0.1
    REST API Version: ? 8.0.1
    WC Blocks Version: ? 10.6.5
    Action Scheduler Version: ? 3.6.1
    Log Directory Writable: ?
    WP Version: ? 6.2.2 - There is a newer version of WordPress available (6.3)
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: ?
    WP Cron: ?
    Language: en_US
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 8.0.29
    PHP Post Max Size: 100 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 5000
    cURL Version: 8.1.2
    OpenSSL/1.1.1u
    
    SUHOSIN Installed: –
    MySQL Version: 5.7.26-29-log
    Max Upload Size: 100 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 7.2.0
    Total Database Size: 36.89MB
    Database Data Size: 33.98MB
    Database Index Size: 2.91MB
    wp_tzh00djtg8_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_actionscheduler_actions: Data: 0.05MB + Index: 0.11MB + Engine InnoDB
    wp_tzh00djtg8_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_tzh00djtg8_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB
    wp_tzh00djtg8_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_tzh00djtg8_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_layerslider: Data: 0.11MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_layerslider_drafts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_layerslider_revisions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_options: Data: 6.06MB + Index: 0.08MB + Engine InnoDB
    wp_tzh00djtg8_postmeta: Data: 21.13MB + Index: 0.25MB + Engine InnoDB
    wp_tzh00djtg8_posts: Data: 4.52MB + Index: 0.14MB + Engine InnoDB
    wp_tzh00djtg8_revslider_css: Data: 0.13MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_css_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_revslider_sliders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_sliders_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_static_slides: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_tzh00djtg8_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_tzh00djtg8_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_tzh00djtg8_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_tzh00djtg8_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_tzh00djtg8_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_tzh00djtg8_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wdi_feeds: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wdi_themes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_wd_fb_data: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wd_fb_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wd_fb_option: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wd_fb_shortcode: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wd_fb_theme: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wpaas_activity_log: Data: 0.34MB + Index: 0.00MB + Engine InnoDB
    wp_tzh00djtg8_wpvivid_options: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_yoast_indexable: Data: 0.05MB + Index: 0.09MB + Engine InnoDB
    wp_tzh00djtg8_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_tzh00djtg8_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_tzh00djtg8_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_tzh00djtg8_yoast_seo_links: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    acf-field: 9
    acf-field-group: 3
    attachment: 239
    custom_css: 3
    customize_changeset: 157
    e-landing-page: 1
    elementor_library: 9
    faqs: 5
    ingredients: 1
    layout: 1
    maxgallery: 1
    nav_menu_item: 16
    page: 10
    points_image: 1
    post: 2
    product: 17
    revision: 269
    slide: 1
    template: 16
    wp_global_styles: 1
    wpcf7_contact_form: 2
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (17) ###
    
    LayerSlider: by Kreatura Media – 7.7.11
    Advanced Custom Fields: by WP Engine – 6.2.0
    Conditional Fields for Contact Form 7: by Jules Colle – 2.3.10
    Contact Form 7: by Takayuki Miyoshi – 5.8
    Custom Post Type UI: by WebDevStudios – 1.14.0
    Image Hotspot by DevVN: by Le Van Toan – 1.2.2
    Yoast Duplicate Post: by Enrico Battocchi & Team Yoast – 4.5
    Elementor Beta (Developer Edition): by Elementor.com – 1.1.1
    Elementor Pro: by Elementor.com – 3.15.1
    Elementor: by Elementor.com – 3.15.2
    Slider Revolution: by ThemePunch – 6.6.15
    Slick Slider: by Philipp Bammes – 0.5.2
    10Web Social Photo Feed: by 10Web – 1.4.35
    Extra product options For WooCommerce | Custom Product Addons and Fields: by ThemeHigh – 3.2.1
    WooCommerce: by Automattic – 8.0.1 (update to version 8.0.2 is available)
    Yoast SEO: by Team Yoast – 20.13
    WPvivid Backup Plugin: by WPvivid Team – 0.9.89
    
    ### Inactive Plugins (3) ###
    
    CF7 Skins for Contact Form 7: by Neil Murray – 2.6.0
    Force Regenerate Thumbnails: by Exactly WWW – 2.1.2
    Gravity Forms: by Gravity Forms – 2.6.3
    
    ### Dropin Plugins (2) ###
    
    db-error.php: db-error.php
    object-cache.php: object-cache.php
    
    ### Must Use Plugins (2) ###
    
    Object Cache Pro (MU): by Rhubarb Group – 1.18.2
    System Plugin: by  – 4.91.2
    
    ### Settings ###
    
    API Enabled: –
    Force SSL: –
    Currency: MKD (ден)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    Connected to WooCommerce.com: –
    Enforce Approved Product Download Directories: ?
    HPOS feature screen enabled: –
    HPOS feature enabled: –
    Order datastore: WC_Order_Data_Store_CPT
    HPOS data sync enabled: –
    
    ### WC Pages ###
    
    Shop base: #165 - /proizvodi/
    Cart: ? Page ID is set
    but the page does not exist
    
    Checkout: ? Page ID is set
    but the page does not exist
    
    My account: ? Page ID is set
    but the page does not exist
    
    Terms and conditions: ? Page not set
    
    ### Theme ###
    
    Name: Hello Elementor Child
    Version: 2.0.0
    Author URL: https://elementor.com/
    Child Theme: ?
    Parent Theme Name: Hello Elementor
    Parent Theme Version: 2.8.1
    Parent Theme Author URL: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: hello-child/woocommerce/archive-product.php
    hello-child/woocommerce/content-product.php
    
    
    ### Admin ###
    
    Enabled Features: activity-panels
    analytics
    product-block-editor
    coupons
    core-profiler
    customer-effort-score-tracks
    import-products-task
    experimental-fashion-sample-products
    shipping-smart-defaults
    shipping-setting-tour
    homescreen
    marketing
    mobile-app-banner
    navigation
    onboarding
    onboarding-tasks
    remote-inbox-notifications
    remote-free-extensions
    payment-gateway-suggestions
    shipping-label-banner
    subscriptions
    store-alerts
    transient-notices
    woo-mobile-welcome
    wc-pay-promotion
    wc-pay-welcome-page
    
    Disabled Features: minified-js
    new-product-management-experience
    product-variation-management
    settings
    async-product-editor-category-field
    
    Daily Cron: ? Next scheduled: 2023-08-16 00:48:52 +00:00
    Options: ?
    Notes: 11
    Onboarding: skipped
    
    ### Action Scheduler ###
    
    Complete: 65
    Oldest: 2023-07-16 21:42:03 +0000
    Newest: 2023-08-16 20:56:02 +0000
    
    Failed: 1
    Oldest: 2023-08-12 14:44:40 +0000
    Newest: 2023-08-12 14:44:40 +0000
    
    Pending: 1
    Oldest: 2023-08-17 20:56:02 +0000
    Newest: 2023-08-17 20:56:02 +0000
    
    
    ### Status report information ###
    
    Generated at: 2023-08-16 21:25:54 +00:00
    Thread Starter borkk85

    (@borkk85)

    Hi WebWizards,

    This is the theme in question(https://themeforest.net/category/wordpress?term=nille&gclid=CjwKCAjwxOymBhAFEiwAnodBLITBAJ_t4eTBQRiZK9rYKQDpvP6h4oTGGxU_hv5zmDIQbFMkYmTNqxoCaMQQAvD_BwE). I have put in a request to their support concerning the compatibility, however no answer so far.

    If I understand correctly when I set-up the registration form, the private and B2B customers will be able to login\register there, but if there is a some sort of forgotten password issue form. Is there such an option in the plugin or will the client be redirected to the default WP dashboard?

    Best Regards

    Thread Starter borkk85

    (@borkk85)

    Hi Daria,

    Thanks for your reply. I am indeed using ACF fields to add content to the products display layout and the provided code was working as intended, however right below that, the default woocommerce_shop_loop was also displayed. Since my last message I have removed the Betheme and added Hello Elementor + child theme and I am currently reworking this, will report back with more content if the same issue repeats.

    Thanks.

    Best Regards,

    Borko

    Thread Starter borkk85

    (@borkk85)

    Hi Juan,

    I don’t know if this conversation is still active, however I have another issue that is not regarding the current topic. I can open another if needed.

    When selecting to quick view a product from the related products, and adding it to the cart afterwards, it redirects to 404 page not found. The site is multilingual and and this only happens for the German language, the other languages have no issue with this. I have re-seted the permalinks, with no positive results. If I need to remove the under construction mode for you to test it, please notify me.

    Best Regards,

    Borko

    Thread Starter borkk85

    (@borkk85)

    Hi Juan,

    Thanks for your reply, I have implemented your suggestion and indeed it works. Thank you very much. Was this a plugin incompatibility or?

    Best Regards.

    Thread Starter borkk85

    (@borkk85)

    Hi Tarek,

    Thank you for your response, much appreciated. I will translate, test this and report back of it’s functionality.

    Thank you again and best regards,

    Borko

    Thread Starter borkk85

    (@borkk85)

    Hi,

    if we were to utilize the Upsell add-on, will a coupon code input be displayed in the Learnpress checkout/cart area? Because currently such an option only appears in the Woo checkout/cart area.

    Thanks.

    Thread Starter borkk85

    (@borkk85)

    Hi,

    thanks for your reply. So they have their payment method set through Paid Membership Pro and LearnPress. However, it seems that it would be best to switch the payment from learnpress to woocommerce in order to utilize the coupons?

    Thanks

    Thread Starter borkk85

    (@borkk85)

    Hi,

    Yes it did, I managed to solve this, so thanks for the assistance…

Viewing 15 replies - 1 through 15 (of 32 total)