Forum Replies Created
- AuthorPosts
- May 4, 2020 at 11:21 pm in reply to: WCFM registration form custom field display on vendor page #126640bigbidroParticipant
Thank you! That was exactly what i need it.
You guys at WC Lovers are awesome.
Topic can now be closed.
Thank you so much!May 3, 2020 at 6:59 pm in reply to: WCFM registration form custom field display on vendor page #126113bigbidroParticipantThank you for your time!
Although the snippet works, i want to pull every file separately, to have it display in a more elegant way. See my atached file.
I created a custom wcfmmp-view-store-about.php in child theme /wcfm/store.
There will be two image custom fields on the registration form, each image showing up in its own div on the About Tab.<div class="autorizatii policies_area"> <div class="col-lg-12 col-md-12 col-sm-12 widget-title"> <h4><small>AUTORIZAȚII</small></h4> </div> <div class="col-lg-6 col-md-6 col-sm-12"> <h5 class="sec-title"><small>Certificat de Înregistrare</small></h5> <?php echo do_shortcode( '[wcfm_store_info data="numar-certificat-de-inregistrare"]' ); ?> </div> <div class="col-lg-6 col-md-6 col-sm-12" > <h5 class="sec-title"><small>Autorizație Sanitar-Veterinară</small></h5> <?php echo do_shortcode( '[wcfm_store_info data="numar-autorizatie-sanitar-veterinara"]' ); ?> </div> </div>
I tried using the short code, but is not working for images. Help on this would be highly appreciated.
Thank you!Attachments:
You must be logged in to view attached files.May 2, 2020 at 4:02 pm in reply to: WCFM registration form custom field display on vendor page #125691bigbidroParticipantThe custom image field is showing on the More Info in the dashboard. That means that it can be used on the vendors page either. Just don’t know how to do it.
Some help here?
Thank you!Attachments:
You must be logged in to view attached files.May 1, 2020 at 10:21 pm in reply to: WCFM registration form custom field display on vendor page #125511bigbidroParticipantI tested some more and the shortcode method works for displaying the Text custom field, but it doesn’t work for the File/Image custom field. Is there anything i’m missing? Can someone give me some hint, how can i achieve this: Image registration custom field displayed on vendor page????
I want to display the Image on the About us Tab. I have manage to get everything working, except for the image being show up: https://butic.transatravel.ro/fermier/producator-bocii-gheorghe/despre
- AuthorPosts