Profiles

  • Member Since: August 14th, 2019
  • Find me on:
  • Posted a reply to Change ” Ship to a different address?” text on checkout page, on the site WordPress.org Forums:
    https://wordpress.org/support/topic/changing-the-ship-to-different-address-text/#post-10386471

  • Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>[WooCommerce] Placeholder for Emails – First name and last name, on the site WordPress.org Forums:
    Regards <p><?php printf( esc_html__( ‘Hi %s,’, ‘woocommerce’ ), esc_html( $order->get_billing_first_name() . ‘ ‘ . $order->get_billing_last_name()…

  • Posted a reply to MIN/MAX Quantity, on the site WordPress.org Forums:
    Hey, Just to be clear. Do you want a limit on certain products, for example…

  • Posted a reply to [WooCommerce] hide basket view button, on the site WordPress.org Forums:
    The code appears to come from the following file https://github.com/weDevsOfficial/dokan-theme/blob/develop/assets/js/script.js#L58 https://github.com/weDevsOfficial/dokan-theme/blob/develop/assets/js/script.js#L62 hiding this via css…

  • Posted a reply to [WooCommerce] using “font awesome 5 free” icons, on the site WordPress.org Forums:
    Hey, Via the following link you will find both the explanation to do this via…

  • Posted a reply to [WooCommerce] Shop in another database?, on the site WordPress.org Forums:
    Hey, In theory this should be possible, but I would not recommend it. The fact…

  • Posted a reply to [WooCommerce] Change ” Ship to a different address?” text on checkout page, on the site WordPress.org Forums:
    Hey, Can you be more specific about which text you want to change? possibly with…

  • Posted a reply to [WooCommerce] Restrict Access with Post Code, on the site WordPress.org Forums:
    Hi, In order to meet your demand, you will not have to adjust the code…

  • Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>[WooCommerce] does not remove the Cart Icon from Header, on the site WordPress.org Forums:
    No problem you’re welcome!

  • Posted a reply to [WooCommerce] Add login link at the checkout page when not logged in, on the site WordPress.org Forums:
    Replace this // If checkout registration is disabled and not logged in, the user cannot…

  • Posted a reply to [WooCommerce] does not remove the Cart Icon from Header, on the site WordPress.org Forums:
    Hi, The code has indeed been applied, only it will be overwritten by other files,…

  • Posted a reply to [WooCommerce] Send an email to admin and a custom user when a note has been added in order, on the site WordPress.org Forums:
    Hello, when I add a note to the order, I can choose from a dropdown…

  • Posted a reply to does not remove the Cart Icon from Header, on the site WordPress.org Forums:
    #header_cart { display: none; }

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    @thoseitguys ok, problem solved! no, this is not possible here, there is such a system…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    that does not say much of course, if you want to further adjust the code…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    It might be useful to mention which error? I just tested this and it works…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    function my_restrict_access() { if ( is_product_category() ) { $category = get_queried_object(); if ( $category )…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    Hi, If you want to check for multiple id's you can add them via an…

  • Posted a reply to Help with overriding my add to cart button to be linked to a pooup, on the site WordPress.org Forums:
    Hi, To help you on your way, access will be required to your website, or…

  • Posted a reply to Help with overriding my add to cart button to be linked to a pooup, on the site WordPress.org Forums:
    To help you on your way, access will be required to your website, or even…

  • Posted a reply to customer order complete email, on the site WordPress.org Forums:
    @pjhoo5 well, as you can see in my code example the product url is used…

  • Posted a reply to Placeholder for Emails – First name and last name, on the site WordPress.org Forums:
    @carinajae you're welcome! can you mark this topic as resolved? regards

  • Posted a reply to Help with overriding my add to cart button to be linked to a pooup, on the site WordPress.org Forums:
    Hi, This is a pop-up window that is already present in the html code. However,…

  • Posted a reply to Live View Cart Button, on the site WordPress.org Forums:
    Hi, This will depend on which theme you use and how it displays the cart…

  • Posted a reply to Add login link at the checkout page when not logged in, on the site WordPress.org Forums:
    Hey I had to search a bit to get this message because during the checkout…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    It looks like the category id now works without problems, so you can use this…

  • Posted a reply to Post Code Validation Fails, on the site WordPress.org Forums:
    Change $address_fields['postcode']['validate'] = false; To unset( $address_fields['postcode']['validate']);

  • Posted a reply to Replace Text of Order on-hold email template, on the site WordPress.org Forums:
    some other options - you adjust it in the woocommerce plugin itself. NOT RECOMMENDED!! because…

  • Posted a reply to Replace Text of Order on-hold email template, on the site WordPress.org Forums:
    https://github.com/woocommerce/woocommerce/blob/master/templates/emails/customer-on-hold-order.php#L27 To adjust this one of the options to copy/paste this template file to your…

  • Posted a reply to Placeholder for Emails – First name and last name, on the site WordPress.org Forums:
    Hello, This can be found in the customer-on-hold-order.php template file https://github.com/woocommerce/woocommerce/blob/master/templates/emails/customer-on-hold-order.php#L26 To adjust this is…

  • Posted a reply to Placeholder for Emails – First name and last name, on the site WordPress.org Forums:
    Hi, This can be found in the customer-on-hold-order.php template file https://github.com/woocommerce/woocommerce/blob/master/templates/emails/customer-on-hold-order.php#L26 To adjust this is…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    hmm, can you try the updated code? https://wordpress.org/support/topic/restrict-access-with-post-code/#post-12380675

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    Okay, good job! something goes wrong with the category id, can you try the next…

  • Posted a reply to does not remove the Cart Icon from Header, on the site WordPress.org Forums:
    Hello, because your question is theme related you should not ask your question here, this…

  • Posted a reply to Bypassing login page with redirect URL, on the site WordPress.org Forums:
    Hi, The following code (with some adjustments) can solve this problem for you https://developer.wordpress.org/reference/hooks/login_redirect/ /**…

  • Posted a reply to Adding a reference number to all orders, on the site WordPress.org Forums:
    Hi, You could add an extra (required) field during the checkout so it is certainly…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    Can you try the following steps? Step 1) Copy/paste this code, execute and view the…

  • Posted a reply to change the add basket icon on the product page, with just text “add to cart, on the site WordPress.org Forums:
    The code appears to come from the following file https://github.com/weDevsOfficial/dokan-theme/blob/develop/assets/js/script.js#L58 https://github.com/weDevsOfficial/dokan-theme/blob/develop/assets/js/script.js#L62 Note: for additional questions…

  • Posted a reply to woocommerce.php is not overriding page.ph, on the site WordPress.org Forums:
    The template folder is not necessary in your own theme How to override a template?…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    okay, and what's the category id of that page? I don't see the output printed…

  • Posted a reply to Restrict Access with Post Code, on the site WordPress.org Forums:
    1) copy/paste my code to functions.php 2) uncomment the following rules// echo $category_id; & //…

  • Posted a reply to Change product tabs order if no reviews, on the site WordPress.org Forums:
    Hi, can you change the code to the next and try? /** * Woocommerce tabs…

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    You can also try to install the following plugin and search for the following string…

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    Then it will most likely be overwritten via a hook, this can be done from…

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    that is again the wrong file, you posted the code from loop-start.php and it must…

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    Can you post a print screen as I just did? like this -> https://pasteboard.co/IS6uyZ0t.jpg <-

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    https://YOURWEBSITE.COM/wp-admin/theme-editor.php?file=woocommerce%2Floop%2Fadd-to-cart.php&theme=YOUR_THEME_NAME OR wordpress installation folder / wp-content / themes / YOUR THEME / woocommerce /…

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    Hey, Either I do not understand your answer or have you not understood my question?…

  • Posted a reply to WooCommerce remove categories from shop page, on the site WordPress.org Forums:
    Hi, Can you take a look at the following file? yourtheme/woocommerce/loop/add-to-cart.php. I suppose you can…

  • Posted a reply to How to make Customer Billing Phone Number Unique in WordPress, on the site WordPress.org Forums:
    /////////////////////////////// // 2. VALIDATE FIELDS add_filter( 'woocommerce_registration_errors', 'bbloomer_validate_name_fields', 10, 3 ); function bbloomer_validate_name_fields( $errors, $username,…