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.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #63646
    SKYNET
    Participant

    Hello,

    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/KJuf3rmHrb

    No 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

    #63684
    Anna
    Member

    Skynet,
    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.php

    And do you really need to override all of those templates?

    #63725
    SKYNET
    Participant

    @FERVOUS

    No 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 !

    #63733
    SKYNET
    Participant

    @fervous

    I found the problem … I had a problem with my administrator account.
    Problem solved

    #63735
    SKYNET
    Participant

    @fervous

    I have a problem with the product-edit.php file (see attached file)
    You gave me this code to force the seller to indicate their paypal email address. Is there a problem with the code ?

    #63761
    Anna
    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.

    #63809
    SKYNET
    Participant

    @FERVOUS

    My e-mail address is: [email protected]

    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×0

    You 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: [email protected]

    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

    #63812
    SKYNET
    Participant

    Another 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 ?

    #63821
    SKYNET
    Participant

    I 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/

    #63828
    Anna
    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 ) ) {
    #63848
    SKYNET
    Participant

    @FERVOUS

    I 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 ?

    #63874
    Anna
    Member

    Julien,
    Sorry-
    I did not know I had to share a link for the code. Here you go:
    http://syframework.alwaysdata.net/4xq

    I’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/4xq

    Je 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)?

    #63949
    SKYNET
    Participant

    @FERVOUS

    When 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

    #63959
    SKYNET
    Participant

    @FERVOUS

    I 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/4xu

    in 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 ?

    #63961
    SKYNET
    Participant

    Problem 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 …

    #63977
    SKYNET
    Participant

    another 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 ?

Viewing 16 posts - 1 through 16 (of 16 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.