edit dokan plugin
-
Hello, we have some changes to make:
1/How in the sellers dashboard when creating or modifying a product does not display certain categories in the list of categories (image attachment)? we tested this function but it doesn’t work: add_filter(‘dokan_product_cat_dropdown_args’, function($args) { $args[‘exclude’] = 15; return $args; }); https://tinypic.host/i/otF0d2
2/ how not to show all items after title and cost text box in fixed price form? We only want to display the first 2 title and cost text boxes. https://tinypic.host/i/otFtMR
3 / At the top of the site in the search bar how to put in the results page to search in the title but also in the description of the products? https://tinypic.host/i/otF4pj
4/how to deactivate the products in auction within 15 days after auction ended, so that it no longer appears on the shop?
5/ how to add a dropdown list in the dashboard page in the product edit page to put a status on the product either sold or reserved and save it in the woocommerce product?
THANKS
Bonjour, nous avons quelques modifications à effectuées :
1/Comment dans le tableau de bord vendeurs lors de la création ou la modification d’un produit ne pas affiché certains catégories dans la liste des catégories (image pièce jointe) ? on a tester cette fonction mais elle ne marche pas : add_filter(‘dokan_product_cat_dropdown_args’, function($args) { $args[‘exclude’] = 15; return $args; });?https://tinypic.host/i/otF0d2?
2/comment ne pas afficher tous les éléments après la zone de texte titre et cout dans le formulaire de prix forfaitaire ? On ne veut affiché que les 2 premières zones de texte titre et co?t.?https://tinypic.host/i/otFtMR?
3/Dans le haut du site dans la barre de recherche comment mettre dans la page des résultats faire la recherche dans le titre mais aussi dans la description des produits ??https://tinypic.host/i/otF4pj
?4/comment désactiver les produits en enchère dans un délai de 15 jours après enchères terminée, pour ne plus qu’il s’affiche sur la boutique ?
5/comment ajouter une liste déroulante dans la page du tableau de bord dans la page modification du produit pour mettre un état sur le produit soit vendu ou soit réservé et l’enregistrer dans le produit woocommerce ?
merci
- The topic ‘edit dokan plugin’ is closed to new replies.