Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Some css missings and some sugestions
- This topic has 1 reply, 2 voices, and was last updated 4 years ago by
WCFM Forum.
- AuthorPosts
- June 5, 2019 at 3:46 pm #66014
Carole
GuestHello,
First nice job, i like your bundle.1/ Widget vendor Store Product search : the search input does’t respect the other css rules, is grey on grey instead grey on white.
The class wcfmmp-store-search is not implemented on the field (can see it at : https://zechef.com/magasin/tapasaparis/ )2/ When i click on small store box in shop (above product thumbnail), it open a new page (target=”_blank”) it’s not very good for UX and stores are part of the marketplace, why open a new navigator page (can see it at : https://zechef.com/categorie-produit/terroir/charcuterie/ )
3/ Where i can send you the french translation, it’s a big lack for every french user, at least the store front-end translation (things like inquery, Sort by …, Search by…)
Thank you.
- June 6, 2019 at 7:00 pm #66262
WCFM Forum
KeymasterHI,
1/ Widget vendor Store Product search : the search input does’t respect the other css rules, is grey on grey instead grey on white.
The class wcfmmp-store-search is not implemented on the field (can see it at : https://zechef.com/magasin/tapasaparis/ )– We will definitely take care of this in next update.
2/ When i click on small store box in shop (above product thumbnail), it open a new page (target=”_blank”) it’s not very good for UX and stores are part of the marketplace, why open a new navigator page (can see it at : https://zechef.com/categorie-produit/terroir/charcuterie/ )
– Please add this code to child theme’s functons.php – it will open store in same tab –
add_filter( 'wcfm_shop_permalink_open_by', function( $target, $vendor_id ) { return ''; }, 50, 2 );
3/ Where i can send you the french translation, it’s a big lack for every french user, at least the store front-end translation (things like inquery, Sort by …, Search by…)
– Please mail me those at wclovers.contact@gmail.com
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.