Your account expired support, please renew to get your support.
Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #4883
    Ravi
    Support Expired

    In Banner Image Carousel slider i need to add link for each slider.. right now it is one url link for all the three slider

    #4884
    Ravi
    Support Expired

    In Product page need to replace product quantity button like this https://prnt.sc/ydu1c4

    #4968

    Hi there,

    #1. Banner Image carousel: To add url for each banner, please use Sider Widget or Media carousel, then add image and url for each slider

    #2. You can use this plugin https://wordpress.org/plugins/qty-increment-buttons-for-woocommerce/

    #5245
    Ravi
    Support Expired

    Thanks i Get it

    #5246
    Ravi
    Support Expired

    I need to remove a mandatory field for email and make it optional in checkout page billing details section

    #5258
    Ravi
    Support Expired

    And Need to add HSN Code in products

    #5345

    Please follow guide at : https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/

    You can do it by adding this code to functions.php:

    function custom_override_checkout_fields( $fields ) {
        unset($fields['billing']['billing_email']);    
        return $fields;
    }
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields', 1000, 1 );
    #6118
    Ravi
    Support Expired

    https://prnt.sc/10ahlpo i WANT RENAME VAT AS GST

    #6170

    Hi again,

    I fixed this issue, please recheck

    #6178
    Ravi
    Support Expired

    Thank You .. In Elementor i cant update there is a server error 500 message

    #6182

    Hi again,

    I updated the latest version Elementor Pro plugin for your site, please recheck.

    Keep contact with us when you need to help and don’t forget vote 5 stars for us on themeforest.net. Your rating will be the driving force for us to try harder to support customers like you

    #6194
    Ravi
    Support Expired

    Still its showing same error

    #6195
    Ravi
    Support Expired

    Please check i cant edit anything

    #6208
    Ravi
    Support Expired

    Its Done no issue for now

    #6263

    OK ok.
    Hope you will vote 5 stars for our theme on themeforest.net.

    Many thanks!

Viewing 15 posts - 1 through 15 (of 20 total)

You must be logged in to reply to this topic.