Skip to content
View nrlsyhmina's full-sized avatar
💅
💅

Block or report nrlsyhmina

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Product-Of-Sales-VB Product-Of-Sales-VB Public

    POS lesson in class

    Visual Basic

  2. RSYProject RSYProject Public

    Visual Basic .NET

  3. ebazaar ebazaar Public

    Develop a virtual market so that the sellers can keep track their sales in the database and the customers can buy the products anytime even at home

    HTML 2

  4. WooCommerce - Add text after cart ta... WooCommerce - Add text after cart table for selected roles
    1
    /*@ Display text at cart page based on selected roles*/
    2
    add_action('woocommerce_before_cart_collaterals', 'tf_cart_page_custom_text');
    3
    
                  
    4
    function tf_cart_page_custom_text() {
    5
      if (current_user_can('subscriber')) {