Home Forums WoodMart support forum Product short description and quantity box on product category page

Product short description and quantity box on product category page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #361034

    Dirk-123
    Participant

    Hello,
    Can You help me with two issues on my product category page (product archive)?
    (see picture)

    1. move product short description
    On the product category page I like to move the short description underneath the product title
    (I have done it already on the product page)

    2. in to cart with quantity box
    On the product category page is it possible to have in to cart with quantity box ?

    Attachments:
    You must be logged in to view attached files.
    #361166

    Hello,

    Please check this manual: https://xtemos.com/docs-cat/woocommerce-layouts-builder/?theme=woodmart You can change the layout.

    If you have any questions please feel free to contact us.

    Best Regards

    #362427

    Dirk-123
    Participant

    Hello
    and thank you for your quick answer, but i want come came back to topic no. 1:
    On “product page” I have moved the short description underneath the product title already. I found an answer from XTEMOS here in that forum and it was done with a code snippet:

    add_action(
    ‘wp’,
    function() {
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 8 );
    }
    );

    Can you provide that kind of code snippet for the product category page (product archive) also, to move the short description as shown in my picture no. 1 ?

    Thank you and best regards, Dirk

    #362502

    Hello,

    You can find the option to in the Theme Settings > Product Archives: https://gyazo.com/bfa6dba3bb8624a1259f31ea2a32f1f2

    If you have any questions please feel free to contact us.

    Best Regards

    #362737

    Dirk-123
    Participant

    Thank you for your answer, but the position of the “category description” was not my question.
    My question was about the “short description” of aech product, please see no.1. in my picture.
    I could not find the answer in the documention therefore i need a code snippet for that.
    Thank you, Dirk

    Attachments:
    You must be logged in to view attached files.
    #362963

    Hello,

    Please find the file: woodmart/woocommerce/content-product-list.php

    Then add this file to the child theme in the same route: woodmart/woocommerce/content-product-list.php

    Then move the code snipped as shown on the screen: https://take.ms/qujoN

    Best Regards

    #363320

    Dirk-123
    Participant

    Thank you, now it is working perfectly.

    #363459

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Product short description and quantity box on product category page’ is closed to new replies.