Forum Replies Created

Viewing 34 posts - 1 through 34 (of 34 total)
  • Author
    Posts
  • in reply to: How to Hide "Tag" column from Products Menu #65081
    Josua
    Participant

    Hi, @fervous. Will this apply by default to all vendors?

    in reply to: The concept of commisson, how WC Vendors work? #64682
    Josua
    Participant

    Hi, @BEN
    If the vendor adds the product, he should calculate the price and the commission, right?
    For example, if the base price for his product is 90, then he should set the price at 100, right?

    If that’s true, is there a way to do this automatically? For example, everytime a vendor sets the price, the actual price that will show up at the website is base price + commission

    Josua
    Participant

    Hi, I have solved this. In case anyone needs it, here is the code:

    `<p><?php printf( __( “Menemui kendala? Ikuti video-video tutorial berikut untuk memudahkan Anda.”)); ?></p>

    <p><?php
    Echo “1. Cara melengkapi informasi usaha Anda
    ?></p>

    <p><?php
    Echo “2. Cara menambahkan produk tanpa variasi
    ?></p>

    <p><?php
    Echo “3. Cara menambahkan produk dengan variasi
    ?></p>

    <p><?php
    Echo “3. Apa yang harus Anda lakukan setelah mendapat pesanan
    ?></p>

    Josua
    Participant

    Hi, @fervous. I moved the email template to my theme/woocommerce/application-status. The template is now customizable, but I don’t know what to write.

    Can you help me?

    in reply to: Order email not showing the price #63843
    Josua
    Participant

    Hi @Fervous

    I have the same problem. I read some posts from other users about this issue. Some of them suggested to changing the commission rate to any rate, except zero. My commission rate is 88%, but this problem persists.

    The problem began yesterday. It first appeeared with simple product. But, when I tried purchasing variable products, it began to appear to both simple and variable products.

    in reply to: Redirect Vendor after Logout #62691
    Josua
    Participant

    Thank you so much, @fervous. It works 🙂

    in reply to: Apply for vendor checkbox not showing up #61007
    Josua
    Participant

    Hey, @Yong. Yes, I did upgrade the WooCommerce and that’s when the problem comes. I think it’s necessary to keep the basic structures (WP, WC, and WC Vendors) updated all the time because they are crucial to my website.

    in reply to: Apply for vendor checkbox not showing up #60948
    Josua
    Participant

    Thank you so much @fervous. I hope it can be fixed soon

    By the way, I submitted Bahasa Indonesia translation for WC Vendors a couple weeks ago. When will it become available in update?

    in reply to: Apply for vendor checkbox not showing up #60938
    Josua
    Participant

    I am experiencing the same problem after recent WooCommerce and theme update

    in reply to: User Role Issue #60268
    Josua
    Participant

    Hi @fervous

    Thank you for pointing out the problem.

    Do you have any suggestion about other themes that might have problems with WC Vendors, besides AccessPress Store and BuddyBoss?

    in reply to: User Role Issue #60235
    Josua
    Participant

    any suggestion?

    in reply to: User Role Issue #60229
    Josua
    Participant

    Hi @fervous.

    I deactivated all plugins, except WC Vendors and WooCommerce, but the problem still happens.

    Then I switched to Storefront theme, with only WC Vendors and WooCommerce currently active, the problem is SOLVED now.

    But, why does this happen? Does this mean I can only use Storefront theme?

    in reply to: User Role Issue #60226
    Josua
    Participant

    Hi @fervous.

    Give me a moment 🙂

    in reply to: User Role Issue #60213
    Josua
    Participant

    Hi @FERVOUS
    I don’t use any special login form. Just WooCommerce.

    Yes, new vendors go directly to the WooCommerce my-account page to register. After login they also go to the My Account page, instead of Vendor Dashboard, which doesn’t exist because they are not registered as vendor.

    I use AccessPress Store theme for my website. It used to work fine until this month. Does this have something to do with recent WooCommerce update?

    in reply to: User Role Issue #59730
    Josua
    Participant

    Hi, thank you for your reply. I tried resetting WC Vendors Role, as you suggested, but when I tried registering a new vendor, he is still registered as customer

    in reply to: Vendor Role not assigned with new registration #59673
    Josua
    Participant

    Hi, Ben. I am experiencing this problem now. When a new user signs up, he is always registered as customer, even if he signed up to become a vendor.

    I tried your code and this is what happened: every time a person signs up, he is always registered as pending vendor, even if he want to become a customer.

    in reply to: Add custom field to Vendor Dashboard #55103
    Josua
    Participant

    Hi @thrivinglocally and @fervous, thank you so much for your support. It works now 🙂

    in reply to: Redirect to Vendor Dashboard #53135
    Josua
    Participant

    Thank you so much. It works 🙂

    in reply to: Orders not showing #53114
    Josua
    Participant

    by the way, would you mind helping me with vendor redirection? I posted my problem here:

    `https://www.wcvendors.com/help/topic/redirect-to-vendor-dashboard/#post-53094

    in reply to: Orders not showing #53113
    Josua
    Participant

    thank you… it’s solved now 🙂

    in reply to: Redirect to Vendor Dashboard #53094
    Josua
    Participant

    Hi, Ben. I tried using the redirection code, but nothing happens. Vendor still heads to their “my account” page, instead of “vendor dashboard”

    in reply to: Product orders not showing on the front-end #53083
    Josua
    Participant

    Hi, I am having similar problem here. Order not showing at vendor dashboard.
    1. Product comes with price
    2. Product is owned by vendor
    3. Vendor has the “Vendor” role
    4. Dates are correct
    5. Order is currently set as “Processing”
    6. The vendor’s commission is logged at WC Vendors > Commission
    7. The wp_pv_commission exist along with the order
    8. Vendors got the order confirmation email

    in reply to: Orders not showing #53079
    Josua
    Participant

    Hi, Anna. I am having the same issue here. I checked the WC Vendor settings as you suggested and it appears the same as your screenshot.

    Here are what I looked.

    in reply to: Orders not showing in Dashboard #53075
    Josua
    Participant

    Hi, Ben. I am having the same issue now. I checked the wp_pv_commission table and it exists along with the commission/order. However, it is still not showing at vendor dashboard.

    Josua
    Participant

    Hi, I just managed to add custom fields to Vendor Dashboard, but they don’t appear at the website. How can I fix this?

    I use this code

    `add_action( ‘show_user_profile’, ‘extra_user_profile_fields’ );
    add_action( ‘edit_user_profile’, ‘extra_user_profile_fields’ );

    function extra_user_profile_fields( $user ) { ?>
    <h3><?php _e(“Extra profile information”, “blank”); ?></h3>

    <table class=”form-table”>
    <tr>
    <th><label for=”namabank”><?php _e(“Nama Bank”); ?></label></th>
    <td>
    <input type=”text” name=”namabank” id=”namabank” value=”<?php echo esc_attr( get_the_author_meta( ‘namabank’, $user->ID ) ); ?>” class=”regular-text” /><br />
    <span class=”description”><?php _e(“Harap masukkan nama bank Anda.”); ?></span>
    </td>
    </tr>
    <tr>
    <th><label for=”cabang”><?php _e(“Cabang”); ?></label></th>
    <td>
    <input type=”text” name=”cabang” id=”cabang” value=”<?php echo esc_attr( get_the_author_meta( ‘cabang’, $user->ID ) ); ?>” class=”regular-text” /><br />
    <span class=”description”><?php _e(“Cabang bank Anda”); ?></span>
    </td>
    </tr>
    <tr>
    <th><label for=”namapemilikrekening”><?php _e(“Nama pemilik rekening”); ?></label></th>
    <td>
    <input type=”text” name=”namapemilikrekening” id=”namapemilikrekening” value=”<?php echo esc_attr( get_the_author_meta( ‘namapemilikrekening’, $user->ID ) ); ?>” class=”regular-text” /><br />
    <span class=”description”><?php _e(“Mohon sertakan nama pemilik rekening.”); ?></span>
    </td>
    </tr>
    <tr>
    <th><label for=”nomorrekening”><?php _e(“Nomor Rekening”); ?></label></th>
    <td>
    <input type=”text” name=”nomorrekening” id=”nomorrekening” value=”<?php echo esc_attr( get_the_author_meta( ‘nomorrekening’, $user->ID ) ); ?>” class=”regular-text” /><br />
    <span class=”description”><?php _e(“Mohon cantumkan nomor rekening Anda.”); ?></span>
    </td>
    </tr>
    </table>
    <?php }

    add_action( ‘personal_options_update’, ‘save_extra_user_profile_fields’ );
    add_action( ‘edit_user_profile_update’, ‘save_extra_user_profile_fields’ );

    function save_extra_user_profile_fields( $user_id ) {

    if ( !current_user_can( ‘edit_user’, $user_id ) ) { return false; }

    update_user_meta( $user_id, ‘namabank’, $_POST[‘namabank’] );
    update_user_meta( $user_id, ‘cabang’, $_POST[‘cabang’] );
    update_user_meta( $user_id, ‘namapemilikrekening’, $_POST[‘namapemilikrekening’] );
    update_user_meta( $user_id, ‘nomorrekening’, $_POST[‘nomorrekening’] );
    }
    ?>

    in reply to: Add custom field to Vendor Dashboard #52965
    Josua
    Participant

    I tried creating custom field for Bank name with the following code, but always getting Parsing Error because of line 13

    `add_action(‘wcvendors_settings_after_paypal’, ‘pv_add_bank_name_field’);
    function pv_add_bank_name_field()
    {
        ?>
        <div class=”pv_bank_name_container”>
          <p><b><?php _e( ‘Bank Name’, ‘wc_vendors’ ); ?></b><br/>
            <?php _e( ‘Your Bank Name.’, ‘wc_vendors’ ); ?><br/>
     
            <input type=”text” name=”pv_bank_name” id=”pv_bank_name” placeholder=”1234″ value=”<?php echo get_user_meta( get_current_user_id(), ‘pv_bank_name’, true ); ?>” />
          </p>
        </div>
        <?php
    }
     
    add_action( ‘wcvendors_admin_after_commission_due’, ‘pv_admin_user_info’ );
    function pv_admin_user_info( $user ) {
    ?>
      <tr>
        <th><label for=”pv_bank_name”><?php _e( ‘Bank Name’, ‘wc_vendors’ ); ?></label></th>
        <td><input type=”text” name=”pv_bank_name” id=”pv_bank_name” value=”<?php echo get_user_meta( $user->ID, ‘pv_bank_name’, true ); ?>” class=”regular-text”></td>
      </tr>
    <?php
    }
     
    add_action( ‘wcvendors_shop_settings_saved’, ‘pv_save_bank_name’ );
    add_action( ‘wcvendors_update_admin_user’, ‘pv_save_bank_name’ );
    function pv_save_bank_name( $user_id )
    {
      if ( isset( $_POST[‘pv_bank_name’] ) ) {
        update_user_meta( $user_id, ‘pv_bank_name’, $_POST[‘pv_bank_name’] );
      }
    }

    how can I fix this?

    in reply to: Email notification after vendor approval #52957
    Josua
    Participant

    Hi, just fixed the issue. I use Postman to fix it.

    in reply to: Email notification after vendor approval #52915
    Josua
    Participant

    Hi, finally the new vendor got the email! 🙂 She received it 5 – 6 hours after registration. Is this normal?

    in reply to: Edit Vendors page #52846
    Josua
    Participant

    Hi, is it possible to change the menu at my “Vendor Dashboard” from links, like this one:

    to this one

    I want to change the menus to appear in button like this one

    in reply to: Email notification after vendor approval #52845
    Josua
    Participant

    Hi, really sorry. I think this page provides support for both WC Vendors free and pro. I am using the free version. Is that something I can do with my question even if I am using the free version?

    in reply to: Email notification after vendor approval #52842
    Josua
    Participant

    Hi, just like you said, I clicked on the “APPROVE” link, not manually changing their role to Vendor, but the new vendor hasn’t received the mail until now.

    I followed all the mail debugging steps in that page, but nothing changes

    in reply to: Email notification after vendor approval #52835
    Josua
    Participant

    Thank you so much, now I can see the “Approve” link/button. But, when I clicked “Approve”, no email sent to the new vendor.

    If possible, I want to send a confirmation email to every new vendor that his/her registration has been accepted.

    in reply to: Email notification after vendor approval #52822
    Josua
    Participant

    Hi, I can’t find this menu:

    1.) Email: wp-admin > users > pending vendors > hover over vendor and click Approve. Email fires.

    The only menu I could find is:

    wp-admin > users > all users

    There is no “pending vendor” and “Approve”

    in reply to: Email notification after vendor approval #52805
    Josua
    Participant

    Hi, is it possible to make that after a new vendor registered, he/she will get notification email of the registration?

Viewing 34 posts - 1 through 34 (of 34 total)