Tagged: product list
Hi all,
Is
themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php (as of: https://kriesi.at/support/topic/product-catalogue-template/#post-1350662 )
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
Hey Frans,
Thank you for the inquiry.
The screenshot above is not accessible, it redirects to a 404 page. Please try to use imgur, savvyify or dropbox for the screenshot. Thanks!
Best regards,
Ismael
Hej Ismael,
Please try this link: https://www.dropbox.com/s/kyeymry6b6q3mlw/enfold-product-list.png?dl=0
Best regards,
Ita
Hi,
Thank you for the screenshot.
You can use this css code to hide the catalogue price and replace it with a button.
.av-catalogue-price.av-cart-update-price * {
display: none;
}
.av-catalogue-price.av-cart-update-price:before {
content: "View Training";
color: #000000;
background: #ebebeb;
padding: 10px 13px !important;
top: 10px;
position: relative;
border-radius: 3px;
font-size: 13px;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Hej Ismael,
Thank you so much; this is exactly what I wanted to achieve!
Wishing you a very nice day!
Ita
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike