Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #368214

    Hey guys! I am trying to edit the product catalogue list of products, however i can’t find the template which is handling the catalogue list or the catalogue list item. Could you please point me to the right file to edit, as i want to add a few product attributes to appear near the catalogue item on the catalogue list.

    Big thanks!

    • This topic was modified 9 years, 11 months ago by CounterMind.
    #368274

    Hi CounterMind!

    Thank you for using our theme.

    You find the templates in:

    plugins\woocommerce\templates\

    e.g. content-product.php

    Regards,
    Günter

    #368318

    Thank you for your answer, but you missunderstood me. I am trying to reach the template of the Product List element which is part of Avia Layout Builder. Product list displays the products, which can be added directly to cart by ajax, once you click on them. I just want to add a php code snippet next to the existing product title, but i don’t know where the file is located.

    So to make clear im trying to find the file of the Product List which is part of Avia Layout Builder. Css classes of elements located in that template for example are .av-catalogue-list or av-catalogue-item-inner

    • This reply was modified 9 years, 11 months ago by CounterMind.
    #368413

    Hi!

    Thank you for coming back.

    This should be the correct file now:

    themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php

    Regards,
    Günter

    #1283078

    Hello,

    I allow myself to follow up on this topic

    I would like to add the description (as in catalog) of the woocommerce product list

    Based on the code from the description on avia-shortcodes \ catalog.php
    And add it to avia-shortcodes \ product_list_desc.php

    Would it be possible to do this?
    With a maximum of character would be ideal

    thanks a lot for your help

    Ps I couldn’t find anything else

    #1283916

    Hi Emulsions,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1284072

    Hello,
    Fortunately, other moderators are more helpful!
    I can understand that there is a huge demand because this theme is widely used (therefore sold …) In short

    I managed on my own, after looking too far in the php files, I had to stop at the css
    Just add in child template :
    .av-catalogue-content {
    display: inherit !important;
    }

    By being able to help the community of this very good Template !

    #1284316

    Hi Emulsions,

    Thanks for sharing your solution, it’s much appreciated :-)

    Best regards,
    Rikard

    #1350662

    Hi all,

    Is
    themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php

    also the document I need to modify if I want the Product List element to have a button with the text ‘View training’ instead of the price?

    Or is there perhaps a snippet I can use?

    This is what I would like to achieve:
    https://ifra.nl/wp-content/uploads/2022/05/Schermafbeelding-2022-05-05-om-17.24.41.png

    Update:
    Maybe I should have opened a new topic instead of replying to this old one? Just did: https://kriesi.at/support/topic/button-instead-of-price-at-product-list-element/

    • This reply was modified 2 years, 6 months ago by ifranl.
    #1350735
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Product catalogue template’ is closed to new replies.