Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › edit store page
- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
- AuthorPosts
- May 1, 2020 at 6:01 am #125251masaParticipant
・how can i edit store top page?
/store/shop-1/
WP admin bar does not showing Edit menu.・how can i change product clumns on store page?
now products are 3 in 1 row.・how can i show “store message(Vendor)” to Product page?
- May 1, 2020 at 1:39 pm #125321Sarmistha ChakrabortyMember
Hello,
・how can i edit store top page?
/store/shop-1/
WP admin bar does not showing Edit menu.
>>Did you want to edit/modify the “store tabs” from vendor store page? Can you please explain us( with scrrenshot ), What modification are you looking for? then we can guide you properly.・how can i change product clumns on store page?
now products are 3 in 1 row.
>>Try the code in your theme’s functions.php –add_filter('loop_shop_columns', 'loop_columns', 999); if (!function_exists('loop_columns')) { function loop_columns() { return 2; // 2 products per row } }
・how can i show “store message(Vendor)” to Product page?
>>By-default any custom vendor’ value is not display in product page. Can you please let us know which field value(store message, how to add store message?), you want to display in product page(where in product page?) ?
Then we can guide you accordingly.Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.