New Landing How can we help? Atelier Add customize data on products page.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #184735
    diegobarloqui
    Member
    Post count: 25

    To whom it may concern,

    I Need to show other customize data on the product page. I would like not to display the category of product and display the product SKU. It can be done?

    For example in the example:
    http://swiftideas.com/convoy-demo/product-category/sunglasses/

    Remove the category Sunglases and appearing Sku.

    Thanks

    #184906
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You mean you want to remove this information? http://d.pr/i/V3OL/2qIYBmf9

    If so add this to your custom css:

    .summary .product_meta {
      display: none;
    }

    – Kyle

    #185088
    diegobarloqui
    Member
    Post count: 25

    Kyle, thanks for your answer.

    No, I want to remove the information of product category and display the SKU product, but in the shop category page.

    I mean, in this page i want to change Sunglasses Category, by SKU of each product.
    http://swiftideas.com/convoy-demo/product-category/sunglasses/

    Thk!!!

    #185098
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Copy the file content-product.php located in Atelier/woocommerce/ to the same structure in the child theme Atelier_child/Woocommerce

    Find this line

    echo $product->get_categories( ', ', '<span class="posted_in">', '</span>' );

    and replace by this one

    echo $product->get_sku();

    Hope it helps.

    -Rui

    #185118
    diegobarloqui
    Member
    Post count: 25

    Rui, sorry.

    Where is Atelier_Child?

    #185156
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The Child Theme comes in the download files from ThemeForest

    – Kyle

    #185157
    diegobarloqui
    Member
    Post count: 25

    I have just one theme directory, Atelier!

    Otherwise, I resolved the subject.

    Thk.

    #185158
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.
    -Rui

    #185159
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register