Tagged: catalogue, product list
-
AuthorPosts
-
December 15, 2014 at 10:25 am #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.
December 15, 2014 at 2:31 pm #368274Hi CounterMind!
Thank you for using our theme.
You find the templates in:
plugins\woocommerce\templates\
e.g. content-product.php
Regards,
GünterDecember 15, 2014 at 4:03 pm #368318Thank 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.
December 15, 2014 at 6:07 pm #368413Hi!
Thank you for coming back.
This should be the correct file now:
themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php
Regards,
GünterFebruary 23, 2021 at 1:25 pm #1283078Hello,
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.phpWould it be possible to do this?
With a maximum of character would be idealthanks a lot for your help
Ps I couldn’t find anything else
February 26, 2021 at 6:26 pm #1283916Hi 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,
VictoriaFebruary 27, 2021 at 11:10 am #1284072Hello,
Fortunately, other moderators are more helpful!
I can understand that there is a huge demand because this theme is widely used (therefore sold …) In shortI 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 !
March 1, 2021 at 4:35 am #1284316Hi Emulsions,
Thanks for sharing your solution, it’s much appreciated :-)
Best regards,
RikardMay 5, 2022 at 6:07 pm #1350662Hi all,
Is
themes\enfold\config-templatebuilder\avia-shortcodes\product_list.phpalso 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.pngUpdate:
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.
May 6, 2022 at 6:14 am #1350735Hi!
Please continue here: https://kriesi.at/support/topic/button-instead-of-price-at-product-list-element/
Best regards,
Ismael -
AuthorPosts
- The topic ‘Product catalogue template’ is closed to new replies.