Changing the layout a bit of the product boxes in the categorie view.
-
I first tried to find something in the support section, but it’s not really easy to search.
Where can I find the product boxes from the category overview to modify them directly in the code? I know where to change it in the template settings, but I can’t really find it directly in the template files.
I need an * behind all prices and want to add an ACF shortcode to display an extra field.
Attachments:
You must be
logged in to view attached files.
Hello,
Here is that file: woocommerce/archive-product.php. You need to edit the theme files for this. All the customizations made in the theme files are at your own risk. Our support doesn’t cover any issues caused by changes in the theme code.
Best Regards,
Thank you for the feedback.
But it looks like this is the file from the category view. I cannot see any information that I want to change.
I have fixed one of my problems using CSS after and the content trick, but I want to add a shortcode from ACF to display more information directly in the category view.
I mean this boxes from the screenshot.
Greetings Steven
Hello,
The woocommerce/archive-product.php file is responsible for the product archive. In this file, you can see all the style files used for different product layouts, such as:
content-product-standard.php
content-product-tiled.php
You can modify these files based on your requirements.
Best Regards,