New Landing How can we help? Atelier Category Page Products excessive codes removal

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #310724
    torqbolt
    Member
    Post count: 29

    hi,
    as per attached code , rather calling a template, we need to call a custom product title featured image and the price.

    in your template, for each product there are more than 10 links of products , more than 3 links for images as well as entire short description which is hidden in the theme and bad for seo.

    Attachments:
    You must be logged in to view attached files.
    #310746
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    But are seeing those links and the product description in the page rendered in the front-end?
    You can override any of our Woocommerce templates, just copy them to child theme keeping the same path structure.

    -Rui

    #310749
    torqbolt
    Member
    Post count: 29

    rui,
    please provide the code by means of which i can call the title.

    #310752
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    here it goes.

    $_product->get_title();

    -Rui

    #310756
    torqbolt
    Member
    Post count: 29

    please send code for image and price as well.

    thanks a lot for this support.
    do you have any documentation to call these relevant things???

    #310758
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just did a search in google and found this. Don’t take me wrong but we don’t support this kind of customizations.
    http://stackoverflow.com/questions/30433166/code-to-get-product-image-availability-and-description-in-woocommerce

    This is something to post in the Woocommerce support forum.

    https://wordpress.org/support/plugin/woocommerce

    -Rui

    #310760
    torqbolt
    Member
    Post count: 29

    hi thanks for your response.
    in our file attached in the start if the thread.
    you will find 2 codes which is available sf-products.php.

    1.)wc_get_template( ‘content-product_cat.php’, array(
    ‘category’ => $category
    &
    2.)?php woocommerce_get_template_part( ‘content’, ‘product’ ); ?>

    i need to know the location of these two codes/files.
    so that i can customize those codes and clear the issue.

    #310762
    David Martin – Support
    Moderator
    Post count: 20834

    1) /wp-content/themes/atelier/swift-framework/content/sf-products.php

    2)

    /wp-content/themes/atelier/swift-framework/content/sf-products.php
    /wp-content/themes/atelier/woocommerce/single-product/related.php
    /wp-content/themes/atelier/woocommerce/single-product/up-sells.php
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.