Home › Forums › WC Vendors Pro Support › [URGENT] Woocommerce configuration problem
NOTICE: We've Moved to a Ticket System for Support
As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system. This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.
For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.
If you are a WC Vendors Pro customer please open a support ticket here. If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.
The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.
Thank you to all of our customers!
- This topic has 15 replies, 2 voices, and was last updated 5 years, 9 months ago by
SKYNET.
-
AuthorPosts
-
April 28, 2017 at 11:57 am #63646
SKYNET
ParticipantHello,
I have done the wc vendors update and I have a big problem
Or are the woocommerce settings in the product ? I have no woocommerce settings, I do not know if it’s because of the new version of wc vendors or if it’s a configuration issue.
Video of the problem:
http://recordit.co/KJuf3rmHrbNo problem before updating wc vendors (see attached file)
Thank you to find a solution quickly because I can not add the products of the sellers if I do not have the parameters of woocommerce-
This topic was modified 5 years, 9 months ago by
SKYNET.
April 28, 2017 at 9:33 pm #63684Anna
MemberSkynet,
Some of these templates are not overridden correctly if you are using Social Marketplace:Overrides: onesocial-child/wc-vendors/HOW_TO_OVERRIDE_TEMPLATES.txt
onesocial-child/wc-vendors/dashboard/dashboard-notice.php
onesocial-child/wc-vendors/dashboard/dashboard.php
onesocial-child/wc-vendors/dashboard/nav.php
onesocial-child/wc-vendors/dashboard/order/order_details.php
onesocial-child/wc-vendors/dashboard/order/order_note.php
onesocial-child/wc-vendors/dashboard/order/order_note_form.php
onesocial-child/wc-vendors/dashboard/order/shipping-label.php
onesocial-child/wc-vendors/dashboard/order/tracking_number.php
onesocial-child/wc-vendors/dashboard/permission.php
onesocial-child/wc-vendors/dashboard/product-edit.php
onesocial-child/wc-vendors/dashboard/quick-links.php
onesocial-child/wc-vendors/dashboard/reports/overview.php
onesocial-child/wc-vendors/dashboard/reports/reports.php
onesocial-child/wc-vendors/dashboard/shop_coupon-edit.php
onesocial-child/wc-vendors/front/pro-vendor-list.php
onesocial-child/wc-vendors/front/ratings/feedback-form.php
onesocial-child/wc-vendors/front/ratings/ratings-display-panel.php
onesocial-child/wc-vendors/front/shipping/shipping-panel.php
onesocial-child/wc-vendors/front/vendor-pending-notice.php
onesocial-child/wc-vendors/front/vendor-signup-form.phpAnd do you really need to override all of those templates?
April 29, 2017 at 6:25 am #63725SKYNET
ParticipantNo I do not need to replace these file (I will remove)
I renamed my folder (see attached file) in my child theme so that the parent theme is used 100%, it does not work!There is a problem with the latest version of wc vendors i think? I had no problem before the last update!
I also tried to activate the parent theme, always the same problem !-
This reply was modified 5 years, 9 months ago by
SKYNET.
April 29, 2017 at 7:59 am #63733SKYNET
ParticipantApril 29, 2017 at 8:25 am #63735SKYNET
ParticipantApril 29, 2017 at 4:13 pm #63761Anna
Member@skynet
Please private reply with your email address, and I will send you a link to the whole file (with the bb-marketplace additions to the template) to you- so you can be sure the edit for the paypal check is entered properly on your site.April 30, 2017 at 6:14 am #63809SKYNET
ParticipantMy e-mail address is: jroussel38@gmail.com
My file product-edit.php is customized, I use fields of personalized dimension, I share the code of the php file:
http://syframework.alwaysdata.net/4×0You can modify the code then click on the “save” button and share the new link, It will be simpler for me, thanks !
in French:
mon adresse e-mail est: jroussel38@gmail.com
mon fichier product-edit.php est personnaliser, j’ai ajouté des champs dimensions (largeur,hauteur,épaisseur,poids)
tu peux modifier le code puis cliquer sur le bouton “save” et partager le nouveau lien, cela sera plus simple pour moi, merci
-
This reply was modified 5 years, 9 months ago by
SKYNET.
April 30, 2017 at 6:38 am #63812SKYNET
ParticipantAnother question:
When adding attributes, this adds a new tab to the product pages (see screenshot), I would like to move this tab to the right and renamed it, how to do this in PHP ?
I would also make it mandatory for vendors to fill in the attributes otherwise they can not add products (custom error message), would you have an idea ?
In French:
Autre question:
Quand on ajoute des attributs, cela ajoute un nouvel onglet sur les pages produit (voir capture d’écran), j’aimerais déplacer cette onglet vers la droite et la renommé, comment faire cela en PHP ?
j’aimerais aussi rendre obligatoire aux vendeurs, de remplir les attributs sinon ils ne peuvent pas ajouter des produits (message d’erreur personnalisé), est-ce que tu aurais une idée ?
April 30, 2017 at 12:58 pm #63821SKYNET
ParticipantI found the right code on the internet, but I can not rename the text “information complèmentaire” (see screenshot)
Here is the code I used to rename the tab “information complèmentaire” :
function woo_rename_product_tab_des_sb($tabs) { $tabs['additional_information']['title'] = 'STYLE ARTISTIQUE';return $tabs; // Rename the description tab } add_filter( 'woocommerce_product_tabs', 'woo_rename_product_tab_des_sb', 98);
https://mysocialart.com/oeuvres-en-vente/peinture/gouache/street-tesse/
April 30, 2017 at 3:16 pm #63828Anna
Member@skynet,
Ok this is done:tu peux modifier le code puis cliquer sur le bouton “save” et partager le nouveau lien, cela sera plus simple pour moi, merci
You needed this at the beginning:
$value = get_user_meta( get_current_user_id(), 'pv_paypal', true ); if ( !empty( $value ) ) {
May 1, 2017 at 2:57 am #63848SKYNET
ParticipantI added your code but it does not work, I have an ereur, I think I put the code not in the right place. Can you use the code of the link below and modify it then click on the “save” button, then share the new link ?
http://syframework.alwaysdata.net/4×0
When I use the file product-edit.php, the interface to add images are not beautiful (see screenshot). When I use the product-edit of the parent theme, the interface changes, I do not understand why ?
-
This reply was modified 5 years, 9 months ago by
SKYNET.
May 1, 2017 at 3:29 pm #63874Anna
MemberJulien,
Sorry-
I did not know I had to share a link for the code. Here you go:
http://syframework.alwaysdata.net/4xqI’m not sure why the child theme is changing the image upload… did you use the product-edit.php from the new bb-marketplace plugin in your child theme (did you update it)?
Pardon-
Je ne savais pas que je devais partager un lien pour le code. Voici:
http://syframework.alwaysdata.net/4xqJe ne sais pas pourquoi le thème de l’enfant modifie le téléchargement de l’image … avez-vous utilisé le produit-edit.php à partir du nouveau plugin bb-marketplace dans votre thème enfant (l’avez-vous mis à jour)?
May 2, 2017 at 1:18 am #63949SKYNET
ParticipantWhen I click on the run button there is an error, it does not work, always the same error
No, I get the file product-edit.php in the vendors wc plugin, then I put the file in the following directory: onesocial-child / bb-marketplace / wc-vendors / dashboard
May 2, 2017 at 5:59 am #63959SKYNET
ParticipantI changed the file product-edit.php, I just get it from BB-marketplace, but there is always an error.
I share the file, can you tell me what it does not work ?
http://syframework.alwaysdata.net/4xuin French:
j’ai changé de fichier product-edit.php, je viens de le récupérer de BB-marketplace, mais il y a toujours une erreur.
Je te partage le fichier, peux tu me dire ce qu’il ne fonctionne pas s’il te plait ?
-
This reply was modified 5 years, 9 months ago by
SKYNET.
May 2, 2017 at 6:16 am #63961SKYNET
ParticipantProblem solved, everything is working now, there were lines of code missing that I had not seen …
tout fonctionne maintenant, il y avait des lignes de codes manquante que je n’avais pas vu …
May 2, 2017 at 9:26 am #63977SKYNET
Participantanother question:
Add a product via the sellers dashboard: How to make it mandatory to add attributes for sellers ?
autre question:
Ajouter un produit via le tableau de bord des vendeurs: Comment rendre obligatoire d’ajouter des attributs pour les vendeurs ?
-
This topic was modified 5 years, 9 months ago by
-
AuthorPosts
- The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.