Hey @ldoucet
The listing subtitle will appear right below the title on the eBay listing.
If you don’t see it, please make sure your listings are unlocked in WP-Lister: https://docs.wplab.com/article/45-locked-vs-unlocked-listings – then make sure you have enabled the “Enable Subtitle” setting in the listing profile: https://www.wplab.com/plugins/wp-lister/documentation/profiles/#Title_and_Subtitle
After that, browse to the listings page of WP-Lister and click the “Revise all changed items” button at the top of the page.
Kind regards,
John
Ok i understand thanks.
Is there a way to fill complement information on a product and to display it witch a shortocode. I am looking for a solution without a premium module.
Thanks.
Hey @ldoucet
Do you mean information in the “Short description” field of Woocommerce?
If so, you can use the shortcode “product_excerpt” in the listing template of WP-Lister to include your Woocommerce short description in the listing template on eBay.
Kind regards,
John
No i don’t want to display my short description. I wan to display size of my product but the size is different on each variation. There is two size on a product. I have seen the size shortcut but this is product information and not variation information. So i am looking for a field to fill ths information. For the moment i use the caracteric field but i would like to have this information in the text.
Hey @ldoucet
You can use shortcodes for product attributes in WC. See: https://www.wplab.com/plugins/wp-lister/documentation/templates/
For example, a product attribute labelled “Size”, you would use the shortcode “attribute_Size“.
If the field is a custom meta field, you would use “[[meta_custom-meta-field-name]]” where you would replace “custom-meta-field-name” with the name of the custom meta field.
Kind regards,
John
Thank you for all your response. It works with meta 🙂