Forum Replies Created

Viewing 39 posts - 1 through 39 (of 39 total)
  • Author
    Posts
  • in reply to: Drop Down Shipping Countries #48677
    Reem Safdar
    Participant

    Great news.

    Can you give me the release date for the new update?

    in reply to: Separate Products on Checkout #48197
    Reem Safdar
    Participant

    nah I just want the customer to checkout from one vendor at a time. I’ll look up the forums to find the code.

    Although visual separation would be really nice too, but ill look into it later.

    in reply to: shipping profile #48154
    Reem Safdar
    Participant

    Can we define the country rate table for all vendors?

    For example, Im using dhl which has standard rates for all countries. I want to have these rates already defined for all vendors based on their location

    in reply to: Pie Chart Colors #47793
    Reem Safdar
    Participant

    forget it, I can’t go near JS. I might mess it up.

    Thanks,
    Reem

    in reply to: Add Payment fields on Sign Up Form Under Settings Tab #47786
    Reem Safdar
    Participant

    Hi Bram,

    You can follow this link https://www.wcvendors.com/kb/custom-fields-to-shop-settings-page/ for adding fields to settings page,

    For sign up just add the same fields (<?php store_bank_details( ); ?>) on the sign-up form.

    Cheers 😀
    Reem

    in reply to: Crowdfunding with Admin Fulfillment/Shipping #47781
    Reem Safdar
    Participant

    Hi!

    I can’t help but comment here, I’ve tried ignitiondeck for crowdfunding and it was expensive and horrible. I finally came across a wonderful plugin and theme for crowdfunding. Its neat and amazing, integrates beautifully with woocommerce and buddypress.

    Check it out here
    Plugin – https://wordpress.org/plugins/wp-crowdfunding/
    Theme – https://themeforest.net/item/startup-idea-crowdfunding-wordpress-theme/11142088

    I’m currently developing it on http://www.gainunited.com

    Best Regards,
    Reem

    in reply to: Pie Chart Colors #47695
    Reem Safdar
    Participant

    The site’s color theme is blue and purple, I want the chart colors to be randomly selected from the shades of blue and purple.

    in reply to: Pie Chart Colors #47687
    Reem Safdar
    Participant

    Hi, Thanks but can you explain it a little.

    How do I add colors to it?

    in reply to: Make Payment Fields Required before submitting a product #47683
    Reem Safdar
    Participant

    yep its working.

    I added it on top of this

    /**
    * Ok, You can edit the template below but be careful!
    */
    ?>

    in reply to: Add Payment fields on Sign Up Form Under Settings Tab #47571
    Reem Safdar
    Participant

    nevermind, I got it.

    Can I remove my posts if I figure out the issue myself. I feel like i’m overloading the forum with my dumb postings.

    in reply to: Make Payment Fields Required before submitting a product #47570
    Reem Safdar
    Participant

    Got it!

    I added this condition in product-edit.php

    $value = get_user_meta( get_current_user_id(), ‘_wcv_custom_settings_iban’, true );
    $value1 = get_user_meta( get_current_user_id(), ‘_wcv_custom_settings_fullname’, true );
    $value2 = get_user_meta( get_current_user_id(), ‘_wcv_custom_settings_bankname’, true );

    if ( !empty( $value ) && !empty( $value1 ) && !empty( $value2 ) ) {
    ..
    }

    in reply to: Seller Info & Social #47563
    Reem Safdar
    Participant

    got it!

    Thanks 😀

    in reply to: Product Form Shortcode #47559
    Reem Safdar
    Participant

    Is there any other way I can display the form on a page?

    I’ve a page with 3 tabs, I want to have the add product form on one of the tabs.

    I’m using a button for it now but it doesnt look neat.

    in reply to: Coupons #47555
    Reem Safdar
    Participant

    nevermind, I got it.

    Thanks!
    Reem

    in reply to: Coupons #47547
    Reem Safdar
    Participant

    hi again,

    Is there any action or filter I can call for enabling/disabling coupons?

    I got this part figured out,

    function hide_sale()
    {
    $user_id = get_current_user_id();
    $level = pmpro_getMembershipLevelForUser($user_id);

    if ($level->id == 1 || $level->id == 2 ){

    remove_action() // for disabling coupons
    }

    elseif ($level->id == 3)

    add_action() // for enabling coupons

    }

    in reply to: Cant Add/Edit Products #47398
    Reem Safdar
    Participant

    nevermind, I got it

    in reply to: Seller Info & Social #47387
    Reem Safdar
    Participant

    I’ve also tried this

    $seller_info = get_user_meta( $post->post_author, ‘pv_seller_info’, true );

    but it doesn’t work for me.

    in reply to: Pie Chart Colors #47385
    Reem Safdar
    Participant

    I followed this thread https://www.wcvendors.com/help/topic/vendor-dashboard-pie/

    did you guys make the filters for randomly selecting the colors?

    in reply to: Vendor Dashboard Pie #47379
    Reem Safdar
    Participant

    Hi,

    Can I use the filters now?

    in reply to: Rename Quick Links #47174
    Reem Safdar
    Participant

    got it done from bp wc vendors plugin 😀

    in reply to: Redirect Store to Buddypress Profile #46984
    Reem Safdar
    Participant

    I tried that but it doesn’t work for me. I’m doing it the cheap way by redirecting urls. It’ll get messy when I’ve alot of vendors..

    Is there a way I can add this redirect by coding, I can use this bp_core_get_userlink( $post->post_author ) to get the profile link..

    in reply to: Coupons #46683
    Reem Safdar
    Participant

    Done.

    Thanks

    in reply to: Woocommerce Category CSS #46677
    Reem Safdar
    Participant

    alrite.

    Thanks

    in reply to: Coupons #46676
    Reem Safdar
    Participant

    Will dig into this.

    One more thing, How do I rename Pro Dashboard?

    I want to change it to dashboard or designer board.. I couldn’t find the label in the quick links

    in reply to: Woocommerce Category CSS #46673
    Reem Safdar
    Participant

    It works for WC Vendors Pro, doesn’t work for woocommerce frontend submission..

    How do I disable categories from Woocommerce Frontend submission?

    Thanks!
    Reem

    in reply to: Woocommerce Category CSS #46668
    Reem Safdar
    Participant

    Can I get the category class names?

    in reply to: Woocommerce Category CSS #46471
    Reem Safdar
    Participant

    Removing the category line will remove all categories, right?

    I am using wc vendors pro dashboard for submitting products in ‘Market’ Category. Its working..

    I want to use woocommerce frontend submission for submitting products in ‘Gallery’ Category. Now what I’m trying to achieve is to have the woocommerce frontend submission form display only the sub categories of ‘Gallery’. If I can remove all the other categories from this form only, it’d be best

    Reason for separating submission forms is that the products in gallery are free, so I removed the price fields from the form and anyone can upload.

    For Market, the price has to be there and the role has to be vendor and vendor must purchase a pmpro membership..

    in reply to: Woocommerce Category CSS #46463
    Reem Safdar
    Participant

    I want to hide the categories on the woocommerce frontend submission..

    I was wondering if I could do something like this:

    .category-name {
    display:none;
    }

    I want to hide some categories on this page, not all of them so I need class name for each category.

    in reply to: Submit Product Page Based on Categories #46401
    Reem Safdar
    Participant

    Hi again!

    I’m trying to use woocommerce frontend submission for Gallery and its sub categories. I need to hide all the other categories but I cant find the css class for individual categories.

    Can you please help me with this?

    Thanks!
    Reem

    Reem Safdar
    Participant

    Sorry I guess I confused virtual with physical products.

    in reply to: WC Vendors Page Not Set #46369
    Reem Safdar
    Participant

    I updated the page & the permalinks but the error is still there.

    The orders are working fine but I’m worried something might go wrong in the future

    Should I ignore the error?

    Thanks!
    Reem

    in reply to: Submit Product Page Based on Categories #46368
    Reem Safdar
    Participant

    That definitely sounds like a better option, but I need help with that as well.

    I was wondering I could have two fields for categories, Parent Categories & Sub Categories

    If the parent category is market, everything stays the way it is
    if the parent category is gallery, virtual option, price fields & shipping fields are hidden and downloadable option is selected
    if the parent category is tutorials, virtual option & shipping fields are hidden and downloadable option is selected

    Shipping should be hidden if the product type is downloadable, right?
    Its working oppositely on my site, I’ve shipping hidden for virtual and it shows up for downloadable products.

    Which file can I edit for adding conditional php, could you help me with the basic structure?

    Thanks!
    Reem

    in reply to: WC Vendors Page Not Set #46337
    Reem Safdar
    Participant

    yes, its all set

    in reply to: Product Category Selection when listing products #46336
    Reem Safdar
    Participant

    Hi Ben,

    Can you give some instructions on how to use this code. Im sorry but im dumb at coding ..

    Thanks!
    Reem

    in reply to: Submit Product Page Based on Categories #46328
    Reem Safdar
    Participant

    Sorry I mixed products with projects

    Reem Safdar
    Participant

    Thanks alot.

    My id is [email protected]

    Best Regards,
    Reem

    Reem Safdar
    Participant

    Hi @majjr

    Can you please share your arabic translation file with me?

    Best Regards,
    Reem

    in reply to: Paid Membership Solution #43465
    Reem Safdar
    Participant

    Hi Anna,

    I used your code for changing roles and its working wonders.

    I am trying to get different commission on the three paidmemberships pro memberships I’ve.

    Basic
    15% Commission

    Premium
    10% Commission

    Gold Premium
    3.3% Commission

    Do you know how to do that?

    I’d really appreciate your help on this.. I’m not good at php myself..

    Best Regards,
    Reem Safdar
    [email protected]

    in reply to: Mulitple Commission Options for Vendors? #43456
    Reem Safdar
    Participant

    Hi guys.

    Can you please share the final code? I’ve been trying to implement the same thing and I’m going nuts with it. I’d really appreciate it if you can share the code..

    I am using WC Vendors, PMPro memberships and I’ve the following commissions that I need to set up for Vendors:

    Basic Membership
    15% Commission

    Premium Membership
    10% Commission

    Gold Premium Membership
    3.33% Commission

    I’d really appreciate help here!

    Best Regards,
    Reem
    [email protected]

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