Forum Replies Created

Viewing 15 replies - 16 through 30 (of 82 total)
  • Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Thanks, it has been resolved.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Hi…I’ve set the variation to “out of stock” and when a product becomes out of stock, the “add to cart” button is hidden using a function. And I’ve replaced the variation price text with “Request quote” button and since add to cart button is hidden, they can’t do add to cart, so they will have to click on request quote button which will take them to the “Get quote” page and they can submit the form. The function is working as expected. I’m closing this ticket.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    I have used this code to add “REQUEST CODE” button but the “add to cart” button should disappear after showing “request quote” button.

    add_filter('woocommerce_get_price_html', 'requestQuote', 10, 2);
    
    function requestQuote($price, $product) {
    	        $button_text = __( "Get Quote", "woocommerce" );
    	 $button_link = 'https://afmanagement.ae/get-quote/';
            if ( $price == wc_price( 715.00 ) ){
    
                     remove_action( 'woocommerce_variable_product_summary', 
          'woocommerce_template_variable_add_to_cart', 30 );
            return '<a href="'.$button_link.'">' . $button_text . '</a>';        }
    
            else{
                return $price;}
    }

    The remove_action( ‘woocommerce_variable_product_summary’,
    ‘woocommerce_template_variable_add_to_cart’, 30 );
    action doesnt remove add to cart button.
    am i using the right action?

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Hello! From where can I disable quote request for other variations, except the one highlighted in the screenshot?
    Screenshot: https://prnt.sc/1wm4e7v
    I’m using premium version.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    The images are converted in Webp when I see the results here: https://developers.google.com/speed/pagespeed/insights

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Thanks ??

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    I don’t remember the exact date.But its a shared hosting and the files which you are referring are present in the other website folders also. Can we try deleting these files? I’ve deactivated all the plugins except woocommerce but the issue persists.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Yes, I’m not able to edit these pages as well: WP-Admin → Pages

    Here’s the error log:

    [30-Jun-2021 09:34:20 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function get_transient() in /home/g0xdtlyvnfnm/public_html/afmanagement.ae/deleteme.wpb2lw.php:16
    Stack trace:
    #0 {main}
      thrown in /home/g0xdtlyvnfnm/public_html/afmanagement.ae/deleteme.wpb2lw.php on line 16
    [30-Jun-2021 09:34:20 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function get_transient() in /home/g0xdtlyvnfnm/public_html/afmanagement.ae/deleteme.wpambo.php:16
    Stack trace:
    #0 {main}
      thrown in /home/g0xdtlyvnfnm/public_html/afmanagement.ae/deleteme.wpambo.php on line 16
    [30-Jun-2021 09:34:20 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function get_transient() in /home/g0xdtlyvnfnm/public_html/afmanagement.ae/deleteme.wp8qa3.php:16
    Stack trace:
    #0 {main}
      thrown in /home/g0xdtlyvnfnm/public_html/afmanagement.ae/deleteme.wp8qa3.php on line 16
    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    #1 & #2 didn’t solve the problem.
    screenshots:
    https://prnt.sc/18xzrww
    https://prnt.sc/18y051y

    Here’s woocommerce system report:

    ### WordPress Environment ###

    WordPress address (URL): https://trainfitly.com
    Site address (URL): https://trainfitly.com
    WC Version: 5.4.1
    REST API Version: ? 5.4.1
    WC Blocks Version: ? 5.1.0
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 2.3.1
    Log Directory Writable: ?
    WP Version: 5.7.2
    WP Multisite: –
    WP Memory Limit: 768 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: –

    ### Server Environment ###

    Server Info: LiteSpeed
    PHP Version: 7.4.16
    PHP Post Max Size: 256 MB
    PHP Time Limit: 120
    PHP Max Input Vars: 5000
    cURL Version: 7.71.0
    OpenSSL/1.1.1d

    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.4.18-MariaDB-cll-lve
    Max Upload Size: 256 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?

    ### Database ###

    WC Database Version: 5.4.1
    WC Database Prefix: wp_
    Total Database Size: 85.09MB
    Database Data Size: 70.83MB
    Database Index Size: 14.26MB
    wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.17MB + Engine InnoDB
    wp_woocommerce_order_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_order_itemmeta: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
    wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_actions: Data: 0.08MB + Index: 0.11MB + Engine InnoDB
    wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_actionscheduler_logs: Data: 0.19MB + Index: 0.17MB + Engine InnoDB
    wp_adtribes_my_conversions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    wp_aioseo_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    wp_enjoy_instagram_hashtags: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_enjoy_instagram_media: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_gs_woo_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_options: Data: 2.48MB + Index: 0.23MB + Engine InnoDB
    wp_postmeta: Data: 31.56MB + Index: 6.98MB + Engine InnoDB
    wp_posts: Data: 27.52MB + Index: 2.20MB + Engine InnoDB
    wp_termmeta: Data: 0.14MB + Index: 0.14MB + Engine InnoDB
    wp_terms: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
    wp_term_relationships: Data: 0.08MB + Index: 0.05MB + Engine InnoDB
    wp_term_taxonomy: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
    wp_usermeta: Data: 0.03MB + Index: 0.03MB + Engine InnoDB
    wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_download_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_wc_order_stats: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
    wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wc_product_meta_lookup: Data: 0.34MB + Index: 0.45MB + Engine InnoDB
    wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_wc_webhooks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wpf_filters: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wt_iew_action_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wt_iew_cron: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wt_iew_ftp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_wt_iew_mapping_template: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    wp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_yith_wcwl_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_yoast_indexable: Data: 5.52MB + Index: 1.47MB + Engine InnoDB
    wp_yoast_indexable_hierarchy: Data: 0.23MB + Index: 0.36MB + Engine InnoDB
    wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    wp_yoast_seo_links: Data: 1.52MB + Index: 0.55MB + Engine InnoDB

    ### Post Type Counts ###

    acf-field: 26
    acf-field-group: 3
    attachment: 3450
    bc_x1379_op_type: 5
    custom_css: 1
    customize_changeset: 6
    et_body_layout: 8
    et_footer_layout: 1
    et_header_layout: 1
    et_pb_layout: 9
    et_template: 29
    et_theme_builder: 2
    nav_menu_item: 8
    ocscw_size_chart: 10
    page: 17
    post: 25
    product: 93
    product_variation: 2413
    pscw-size-chart: 5
    revision: 1413
    shop_order: 12
    size-chart: 10
    sp_wps_shortcodes: 1
    vi_wad_draft_product: 267
    wcps_layout: 2
    wpb_psc_size_chart: 1
    yith_wcan_preset: 2
    zpsc-size-chart: 1

    ### Security ###

    Secure connection (HTTPS): ?
    Hide errors from visitors: ?

    ### Active Plugins (16) ###

    Advanced Custom Fields: by Delicious Brains – 5.9.7
    CHL-Change HTML Lang: by pratik k. yadav – 1.1.2
    Google Tag Manager for WordPress: by Thomas Geiger – 1.13.1
    KiwiSizing for WooCommerce: by KiwiSizing – 1.9
    LiteSpeed Cache: by LiteSpeed Technologies – 3.6.4
    Media File Renamer: by Jordy Meow – 5.2.4
    Product CSV Import Export (BASIC): by WebToffee – 2.0.3
    Smart Variations Images for WooCommerce: by David Rosendo – 5.0.20
    Dropshipping and Fulfillment for AliExpress and WooCommerce: by VillaTheme(villatheme.com) – 1.0.6
    Product Feed PRO for WooCommerce: by AdTribes.io – 10.3.8
    Product Slider and Carousel with Category for WooCommerce: by WP OnlineSupport – 2.5.2
    Product Slider for WooCommerce: by ShapedPlugin – 2.3.0
    Variation Swatches for WooCommerce – Pro: by Emran Ahmed – 1.1.17
    Variation Swatches for WooCommerce: by Emran Ahmed – 1.1.17
    PickPlugins Product Slider for WooCommerce: by PickPlugins – 1.13.24
    WooCommerce: by Automattic – 5.4.1

    ### Inactive Plugins (8) ###

    Robots.txt Editor: by Processby – 1.1.4
    Ryviu – Product Reviews for WooCommerce: by Ryviu – 3.1.22
    Shortcode in Menus: by Gagan Deep Singh – 3.5.1
    Ultimate WooCommerce Filters: by Etoile Web Design – 3.0.5
    WooCommerce added to cart popup (Ajax): by XootiX – 1.5
    WUPO Group Attributes: by WUPO Plugins – 1.2.0
    YITH WooCommerce Ajax Product Filter: by YITH – 4.1.0
    Yoast SEO: by Team Yoast – 16.6.1

    ### Settings ###

    API Enabled: –
    Force SSL: –
    Currency: AED (AED)
    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: –

    ### WC Pages ###

    Shop base: #293 – /shop/
    Cart: #294 – /cart/
    Checkout: #295 – /checkout/
    My account: #296 – /my-account/
    Terms and conditions: #238337 – /terms-conditions/

    ### Theme ###

    Name: Divi
    Version: 4.9.7
    Author URL: https://www.elegantthemes.com
    Child Theme: ? – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
    WooCommerce Support: ?

    ### Templates ###

    Overrides: –

    ### Action Scheduler ###

    Canceled: 3
    Oldest: 2021-06-24 09:54:11 +0000
    Newest: 2021-07-02 14:02:57 +0000

    Complete: 159
    Oldest: 2021-06-05 19:10:09 +0000
    Newest: 2021-07-06 05:46:11 +0000

    Pending: 3
    Oldest: 2021-07-06 11:43:01 +0000
    Newest: 2021-07-06 11:43:01 +0000

    ### Status report information ###

    Generated at: 2021-07-06 06:00:01 +00:00
    `

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    I’m able to drag and drop the variations in whichever order I want on product edit page, but on the front end of the product page it displays in the alphabetical order.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Please look at this screenshot: https://prnt.sc/17ktzlo. There’s a ‘Service Type’ dropdown & ‘Property Type’ checkbox. I need to map those fields to hubspot fields/properties. Is that not available in the free version?

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Thanks for the response. Yes, I’m using the free version. May I ask you if you got my point? I’m going to upgrade to the premium plan. But, before that could you please confirm if it can do what I need.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    And the variations are split up into single products. I want to add them as a variable product.

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    It gives me one error: The value you entered for this attribute is not a Boolean. The only acceptable values are “true,” “false,” “yes,” and “no.”
    and where do I find all the default values for the fields, because I’ve deleted gtin,mpn and brand and want to them again with the default values.

    screenshot for your reference:
    https://trainfitly.com/wp-content/uploads/2021/05/ident.png

    Thread Starter Snehal Volvoikar

    (@snehalvolvoikar29)

    Is there any css that could help?

Viewing 15 replies - 16 through 30 (of 82 total)