Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1232983

    2 Fragen bezüglich der Darstellung von Produkten:

    Die Darstellung der Produkte im Grid soll um die Kurzbeschreibung erweitert werden. Wie ist der geschickteste Weg dazu?
    Ich möchte Produkte als Liste (1 Produkt über die ganze Breite) und nicht als Grid darstellen, finde dafür aber keinerlei Einstellungen. Der “Column Count” kann nur mindestens auf 2 gestellt werden

    • This topic was modified 4 years, 11 months ago by mogasi. Reason: list
    #1233764

    Hey mogasi,

    Thank you for the inquiry.

    Looks like you have already managed to adjust the product items and set the grid’s column width to 100% with this css code.

    .shop_columns_2 .products .product {
    	width: 100%;
    }

    Do you need anything else?

    Best regards,
    Ismael

    #1234116

    Hi Ismael,

    as next step, we would like to add some elements to the grid: Tags, product categories, product attributes and author avatar

    Also, the thumbnail is rather big in a single column, is it possible to have each element with multiple “inner_product_header_cell” elements next to each other (e.g. 3 columns: thumbnail, title/description, price)?

    #1234721

    Hi,

    Thank you for the inquiry.

    You may need to edit the product templates directly or use template hooks in order to add extra elements in the grid. Unfortunately, this will require modifications that are beyond the scope of support. You may need to hire a freelance developer or check the following documentation to know more about the plugin’s template system.

    // https://docs.woocommerce.com/document/template-structure/
    // https://premmerce.com/woocommerce-hooks-guide/#reading-progress-title-3

    Best regards,
    Ismael

    #1234740

    Hi Ismael,

    thank you for the information, we’ll look into it. We are aware that we need to restructure the template for our needs.

    Best regards,
    Josef

    #1235454

    Hi,

    Let us know if you have further inquiries about the templates. We’ll keep the thread open.

    Thank you for your patience.

    Best regards,
    Ismael

    #1235648

    Hi Ismael,

    we figured out how to remodel the template of content-product for desktop versions, but without using bootstrap this is not very responsive just yet. Do you have any hints for this issue?

    Best regards,
    Josef

    #1236044

    Hi Josef,

    Could you please attach some screenshots of the issue?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1236257

    Hi Victoria,

    I think we figured it out. It is not bootstrap, but it works as needed.

    Thank you,
    Josef

    #1236364

    Hi Josef,

    Great, I’m glad that you found a solution and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1236400

    Hi Rikard,

    this can be closed.

    Best Regards,
    Josef

    #1236519

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Darstellung Produkte: Product List statt Product Grid’ is closed to new replies.