Okay
  Public Ticket #1527913
SKU
Closed

Comments

  •  1
    gvamvolis started the conversation

    How can i make the sku vissible to products?

  • [deleted] replied

    Dear Gvamvolis,

    Please tell me where do you want show product sku? My developer will has support for you.

    Thanks.

  •  1
    gvamvolis replied

    single products page, shop page and category page

  • [deleted] replied

    Dear,

    where do you want show sku? (below product thumb or below product category, or below product stock ....).

    Thanks.

  •  1
    gvamvolis replied

    below product category

  • [deleted] replied

    Dear,

    Ok My developer will add sku for you. But he need your site ftp info to add sku. Please give me it.

    Best Regards,

    ArrowHiTech.

  •  1
    gvamvolis replied

    Please send the files and i will add them

  • [deleted] replied

    Dear,

    1. Openning file themes\automatic\inc\functions woocommerce.php  and goto line 137

    2. change function  automatic_product_term

    by code 


    function automatic_product_term($product) { 
    $terms = get_the_terms( $product -> get_id(), 'product_cat' );
    if(is_array($terms)){
    echo '<ul class="terms-product">';
    foreach ($terms as $term) {
    $term_link = get_term_link( $term );
    echo '<li><a href="' . esc_url( $term_link ) .'">'.esc_attr( $term->name ).'</a></li>';
    }
    echo '</ul>';
    }
    echo '<ul class="terms-product"><li>'. esc_attr( $_product->get_sku() ) .'</li></ul>';
    }


  •  1
    gvamvolis replied

    The code is notworking and the page does not respond

  • [deleted] replied

    Dear,

    Please give me ftp info. My developer will check it.

    Thanks.

  •   gvamvolis replied privately
  •   gvamvolis replied privately
  • [deleted] replied

    Dear,

    All done. Please check and feedback.

    Thanks.

  •  1
    gvamvolis replied

    everything working properly... Best regards

  • [deleted] replied

    Dear,

    Don't hesitate to contact us  when you need help.

    By the way, could you rate theme 5stars in Themeforest?

    Thanks.