Forum Replies Created

Viewing 50 posts - 7,101 through 7,150 (of 7,210 total)
  • Author
    Posts
  • in reply to: Vendor Application form "TABS" #27797
    Anna
    Member

    Maybe one of these?:

    a.tabs-tab.store {
    min-width: 100% !important;
    visibility: visible !important;
    }

    If that doesn’t work, maybe:

    a.tabs-tab.store {
    position: static;
    z-index: 4;
    }

    in reply to: Three key questions – please help #27770
    Anna
    Member

    🙂

    in reply to: Vendor Application form "TABS" #27769
    Anna
    Member

    When you click on the other tabs and they are active, do they also do this?

    in reply to: Three key questions – please help #27767
    Anna
    Member

    – WC Vendors Free will enable the third party vendors configuration and the commission (the percentage of the sales price that you wish to take). WC Vendors Pro will add front-end publishing of products and a front-end dashboard for your vendors (among other nice features), so they do not have to add products and such from the wp backend. Both Wc Vendors free and pro allow a shopper to add items from many vendors in one cart and checkout in one transaction.

    – If you want to sell you own products, you will need to also sign up for a vendor account on your own site. Not a big deal, I just thought I’d mention that.

    – I’m not sure what subscription plugin will be best for you among the ones I mentioned and the config that Ben mentioned. PMPRO is free and has add-ons available… it is probably the most robust free membership/subscription plugin that I *personally* know of. I learned a lot by reading this guy’s articles: https://chrislema.com/memberships-plugins/ But if you want to treat your vendor’s monthly subscription like a product, then Ben’s solution may be best for you. Also- it depends what you can/want to spend on the plugin.

    – The WC Vendors Stripe Connect plugin/add-on allows you to take customer credit card payments… the payments are then immediately split upon checkout— your commission % goes to you, the vendor’s % goes to them. Customers do not need a Stripe account, they just pay with a credit or debit card. Vendors need a stripe account to connect it to receive payments.

    Hope this helps.

    in reply to: Three key questions – please help #27760
    Anna
    Member

    I’m about to write a WALL of text, @ben. 😛

    FORUM POST : SUBSCRIPTIONS


    @dbflex
    That ^ was my original post regarding subscriptions. I had used the plugin: Paid Memberships Pro, which is a popular membership plugin for WordPress.

    I had originally configured my site so that members could choose to sign up as two levels of vendors, each requiring a different monthly recurring payment. The code in the forum topic above enables automatic role switching when a member subscribes (switched to vendor) or downgrades (switches to subscriber). Note: if a vendor downgrades, it does NOT delete their products. More configuring would be needed to do so automatically.

    I have since simplified things on my site, because my needs have changed. The code I used in the above referenced forum topic and my configuration worked fine. PMPRO is a good but HEAVY plugin– it has just too many features for my needs, so I have since simplified.

    I changed to using just this plugin: WP FULL STRIPE BY MAMMOTHOLOGY which is a light plugin that is well coded and meets my needs. I allow members to sign up as a vendor for free, but if they want a lower commission rate, I offer a monthly recurring payment subscription. I, for now, just manually switch the vendor’s commission rate when I see that they have subscribed.
    There is also add-on plugin to the WP Full Stripe: WP FULL STRIPE MEMBERS which will allow you to add more functionality and options to your subscriptions if needed.

    The author of those two plugins is awesome and knows what he is doing, BTW.

    For any configuration in which you want to hide the vendor dashboard in a menu from roles that are not a vendor, you can use NAV MENU ROLES

    And now a couple of *opinions*, for what its worth:
    1) I’d advise that you DO NOT USE DOK AN. I did. I regretted it. The support wicked sucks and it is a very messy piece of work. 🙁 It was a huge and expensive waste of time for me.
    2) Stripe is awesome.

    in reply to: How to change my-account Vendor notice #27611
    Anna
    Member

    Thanks, Ben! 😀
    Also- sorry I did not see the other post about this same question that was posted this morning. Otherwise, I wouldn’t have bothered you with a duplicate question. 😛

    in reply to: BuddyPress WC Vendors Plugin by svenl77 #27097
    Anna
    Member

    @svenl77
    Thank you!
    I will use github now to communicate about this plugin.
    For the record, the fix you implemented and provided in the update solves the issue with the registration. A+

    in reply to: BuddyPress WC Vendors Plugin by svenl77 #26982
    Anna
    Member

    Hello, there.

    I do have a conundrum…. I hope you can help or at least guide me to how I may be able to resolve this. It’s !important 😛

    The vendor dashboard now re-directs to the profile, which is great for users who are already vendors. However, if a user attempts to open a shop during sign-up now, the check box for “apply to become a vendor” re-directs to the BP Wc Vendor’s member/membername/vendor-dashboard…… which is a 404 page at this point. Also, I had an “open a shop” menu option for users to open a shop/become a vendor if they were signed up but not yet a vendor. This directed them to the vendor dashboard aka signup form……. which also now re-directs to member/membername/vendor-dashboard also now showing a 404 page.

    Again, if a member is already a vendor, the dashboard is working beautifully and it is superb 🙂 . But I need to try and figure out how to get the non-vendors who are trying to apply to become a vendor and the new sign-ups trying to sign up and apply to become a vendor to a signup form page that will work and enable vendor signup. Currently with this plugin enabled, vendor sign-ups are disabled.

    in reply to: BuddyPress WC Vendors Plugin by svenl77 #26939
    Anna
    Member

    @svenl77
    Yeah! It is working great now. Re-naming the functions solved the conflict. 🙂

    I had a couple of duplicate functions because of the integration I have already done using the codes form the KB here- but I have fixed that, which is simple. I just had to take out the duplicate functions in my child theme functions.php. Now it is all tidy in your plugin. 😀

    This is a wonderful integration- thank you so very much for sharing this with us!

    in reply to: BuddyPress WC Vendors Plugin by svenl77 #26936
    Anna
    Member

    No worries- Although I did not use the re-direct in the KB, I have used a lot of the BP integration you have in the KB as well as much of my own. I’ve heavily integrated with BP. So, likely it is one of the many snips of code or functions conflicting. I will be looking at it today to try and figure out the conflict, because I would very much like to use this plugin. 😉

    in reply to: BuddyPress WC Vendors Plugin by svenl77 #26883
    Anna
    Member

    hmmm… well I got the white screen of death upon activation. I’ll work on it in the morning. Hopefully I can figure out why that happened on my site. It looks great and I hope to be able to use it. 🙂

    in reply to: BuddyPress WC Vendors Plugin by svenl77 #26880
    Anna
    Member

    Well, this is a slice of awesome! Thanks, @ben and thank you @svenl77 for this integration!! 🙂

    in reply to: General question, editting templates #26803
    Anna
    Member

    About 10 years ago, I bought coffee cup’s Direct FTP. I have used this for every site I’ve built since, and consider it indispensable.
    http://www.coffeecup.com/direct-ftp/

    The best thing with it is that you can edit php or css files and upload on the same screen. It is a great tool. They do have a free trail for their software, as well.

    in reply to: Hide/remove Store Banner #26778
    Anna
    Member

    @bemvestir Elsa,
    Você já tentou isso? :
    Em sua administração do WordPress , vá para Woocommerce > wc vendors > Pro e ” desmarcar ” a seleção: Store Single Product Header (ver imagem em anexo)
    Isso irá desativar a Store Header nas páginas do produto , mas mantê-lo em suas páginas da loja.

    É isso o que você estava tentando alcançar?

    Have you tried this? :
    In your WordPress admin , go to Woocommerce > wc vendors > Pro and ” clear ” the selection : Store Single Product Header ( see attached image )
    This will disable the Store Header on product pages , but keep it in your store pages.

    Is that what you were trying to achieve?

    in reply to: WC Vendors Pro v1.2.4 Released! #26774
    Anna
    Member

    Thank you, Ben & Jamie, for your hard work!

    in reply to: Adding CSS to Pro dashboard #26571
    Anna
    Member

    @art-gurus
    Are you, by chance, using the buddyboss marketplace theme?

    If so, then they have a special folder for making css changes (I think it is the custom.css folder).

    in reply to: Paid Membership Solution #26382
    Anna
    Member

    @mtgame21

    I’ll be able to work with you on this on the weekend.

    I do think that maybe writing a separate function for the “hidden” products would be better than trying to wrap this into the piece of code which determines the member role on completion of the paid membership.

    I can completely appreciate how frustrating it is to keep working with code and have it not work out- as well as how great it feels when you finally get something to work as intended! 🙂

    in reply to: Max Shipping per order #26374
    Anna
    Member

    Oh- a glimmer of hope!! 😉
    I’m definitely following this one…. any kind of solution to this situation would be wonderful. +1


    @helloand
    if this is not something you could share with the community I would also be interested in being in touch with your developers as this is quite an important feature for our site.

    in reply to: Paid Membership Solution #25790
    Anna
    Member

    Yep, it does the same thing for me.
    I’ll see if there is an automatic way to deactivate the product listings when someone switches…. today I do not have the time to delve into it. In the meantime, we can manually deactivate or delete the listings when someone downgrades… but yeah, It’d be a lot more convenient to have it happen automatically, for sure. 😉

    in reply to: Paid Membership Solution #25766
    Anna
    Member

    @mtgame21
    I sent you a PM. 🙂

    in reply to: Paid Membership Solution #25707
    Anna
    Member

    @mtgame21
    I appreciate you sharing what you’ve learned so far. Unfortunately I have had a very hard time with developers so far, so I do not have someone I can suggest at this point. PMPRO may be able to give us something to work with, so good idea on contacting them. Actually the idea of the code above came form PMPRO and I adjusted it. So hopefully they can help somehow.

    I’m hacking away here, too. Seriously, I’ve had to just try and try and learn. It is difficult, but each time I try I learn something. When I took on my site, I thought I’d get it done in a couple of months. LOL! nope.. I just launched last week, 11 months after I started this process. I can do css… but php and js are two entirely new languages to me. I’m not fluent yet… but I can ask, “where is the bathroom?” in php now. 😉

    The downgrade/removal of products shouldn’t be a hard thing to fix. I will definitely look at that, and also PMPRO can probably help on that one, too.

    Here is a screenshot showing how to adjust the individual vendor commission. You just go to the user (WP ADMIN > USERS > the user you want to adjust). Then you scroll down until the PRO COMMISSION options (NOT the Wc Vendors commission) in the user’s admin screen… as shown below, you can adjust the commission to whatever % you wish.

    I’ll be doing some more work on these features so I will definitely let you know if I have any breakthroughs, too. I just had to get my site launched and focus on more immediate needs lately. Now I can go back and work on some fine tuning. 😉

    Thanks again, Mark.

    in reply to: Paid Membership Solution #25699
    Anna
    Member

    @ConsciousCrafties Cool- if it helps, then YAY! I’ve had to change things a bit because I’ve decided to have a paid option and a free option for the vendors … with different commission amounts for each. Otherwise, it seems to work without hitches for now. Paid membership pro updates A LOT so I am always testing this to see if it still works before pushing an update on my live site.

    Which kinda brings me to the question that @mtgame21 asked…. first of all, I’m sorry I did not see your question until now. 😮
    I wish I could help more… but I am also still trying to work out a way to automatically provide the vendors with different commission rates. Ideally, when a vendor decides to switch form a free vendor membership with a higher commission rate to a paid membership with a lower commission rate, I’d like the rate to automatically switch. My head blew up when I tried to figure out how to do this via the code Ben shared https://www.wcvendors.com/kb/commissions-fixed-dollar-amount-fixed-plus-percentage/ using the wcv_commission_rate … and then to work that into paid membership pro…. I just haven’t taken that one on yet. ;-). So, for now, I’m manually switching the commission rate for the vendors in admin when I see that they have they signed up for a monthly paid membership. I’ve left the free membership commission rate as my default filled in on the wc vendors pro admin.

    As for the products still showing in the marketplace after a vendor downgrades…. I did NOT have that happen with my initial testing but I will go now and see if something has changed and if this needs another function added to the code. Again.. PMP updates quite often, so perhaps this needs some adjustment now.

    Anna
    Member

    Karen,
    As you know I use Stripe…
    I’m literally just getting my site rolling but I have had a few UK vendors sign up, so I also wish to be able to clearly describe to them these scenarios as they arise. 😉

    I think it is personal preference whether you choose to display the currency differently at checkout. I have chosen not to at this point, but for the benefit of the buyers I will likely build this into my site as more people outside of the US begin to use the site. As for full currency conversion for the users on the frontend… I’m sorry I haven’t delved into this yet and have no idea how complicated it is nor which plugins work best. I’d be interested to know what you learn, though! 🙂 I don’t know how that may or may not mess with Stripe at checkout.

    I did find some decent articles on Stripe.com:
    This talks about the currency conversion: currency conversion and also this one, though it is talking about stripe in general and not specifically stripe connect: which currencies

    Here is a good starting guide to Stripe connect: considerations for platform using stripe connect

    With an international marketplace, my advice is to use the STANDALONE option when you set up your platform. NOT managed: standalone vs managed Honestly, I don’t know if managed even works with the wc vendors plugin for stripe connect.. 😮

    I guess that’s the extent of the advice I can offer. 🙂 I can say that I have had great support from Stripe when I have contacted them. If you do switch from pp, I think you’ll be surprised at how simple Stripe is in comparison. It’s smooth.

    Anna
    Member

    @Johannjt
    Unzip the simple auctions zip file from codecanyon that is titled like this: codecanyon-6811382-woocommerce-simple-auctions .
    Then find the file within it titled: woocommerce-simple-autcions and re-zip just that folder. Then upload that zipped folder to wordpress.
    For some reason, that is how the author sends that file. You have to extract the original folder and then re-compress or zip just the woocommerce simple auction plugin folder to upload to wordpress.

    Does that work?

    in reply to: Select Element Form Field Cut Off #24943
    Anna
    Member

    might help the whole form being off of the page:
    .wcv-grid {
    max-width: 95%;
    }

    might help the forms being squished:
    .wcv-form .control-group .control>input {
    width: 95%;
    height: 45px !important;
    }

    Just to try…. 😉

    in reply to: Ratings and Visual Composer #24530
    Anna
    Member

    I use VC and have learned that it is a good idea to NOT use VC on any pages that you’ll have standard core woocommerce (it works fine for featured items & galleries) or essential WC Vendors pages & activity.

    VC is nice for easy page building and plays in a friendly manner with regular pages, portfolios, faq’s etc… but it becomes a big bully and a total p.i.t.a. unless you use the specifically designed vc elements to integrate with any other plugin.

    I use it for pretty pages… but not much else.
    😮

    in reply to: dashboard/order template? #24137
    Anna
    Member

    Will do. Thanks again for your help! 🙂

    in reply to: How to add placeholder / help text in product fields #24133
    Anna
    Member

    Oh yeah… I’m with you. I do not use paypal. I did in the past for several businesses, and I am SO GLAD there are other options now. I use the Stripe Connect for my marketplace.

    I did not know if this title character limit had any issues OUTSIDE of paypal. If not, then I do not need to worry. 😉

    in reply to: How to add placeholder / help text in product fields #24129
    Anna
    Member

    @ConsciousCrafties ,
    Is this only a paypal issue? Are there any other problems that occur with a title that is over 100 characters?

    I would hope that most vendors will remain under that limit… but, of course, it won’t always happen 😛

    in reply to: How to add placeholder / help text in product fields #24095
    Anna
    Member

    Karen…
    Maybe you could add some html text on the product-edit template. You could find:

    <!-- Product Title -->
    		<?php WCVendors_Pro_Product_Form::title( $object_id, $product_title ); ?>

    and add instructions or a warning after that in text: <small>Please make sure that your product title is <b>under 100 characters </b></small>

    Would that work?

    in reply to: Check for Stripe Connection? #23987
    Anna
    Member

    That’s it!
    Thanks for your help, Ben.

    in reply to: Check for Stripe Connection? #23985
    Anna
    Member

    The new code shows the access token for a connected account. Strangely, though, it tells the vendor with a connected account that they cannot add a product, and directs them to the settings page.

    For a vendor with an unconnected account, it shows the empty access token area, and then it allows the vendor WITHOUT the connected account to add a product. Exactly the opposite of what we were trying to do. 😛

    in reply to: Check for Stripe Connection? #23983
    Anna
    Member

    Thanks, Ben.

    I followed your directions, and there are no access token numbers showing.
    I logged in as both a vendor with and then a vendor without a stripe account connected.

    in reply to: Shop Icon upload fail – Firefox #23978
    Anna
    Member

    Oh… duh! 😛
    Thanks, Ben. I think it is time I take a break….

    in reply to: Shop Icon upload fail – Firefox #23974
    Anna
    Member

    Yep. Ok—- I guess the image needs to be at least 350px to be accepted. I’ll add instructions to my vendors by editing the class-wcvendors-pro-store-form.php , but since this is a non-upgrade safe adjustment, perhaps this snip of info could be added to this form in the future?

    in reply to: Shop Icon upload fail – Firefox #23973
    Anna
    Member

    Wait.. is there a minimum size requirement for the store icon? Now I am getting only certain images to work, so if there is a size limitation, that may be the issue.

    in reply to: Check for Stripe Connection? #23971
    Anna
    Member

    Thanks, Ben!
    That’s a nifty tool- thanks for sharing that site. It will help me in the future.

    I definitely see what I did. I danced around the right opening/closing tags … didn’t quite get it.

    HOWEVER… so far in my testing, a vendor that has not yet connected with Stripe is still able to add products. ? I’ll keep testing, but this code does not seem to be working at this point.

    in reply to: Check for Stripe Connection? #23966
    Anna
    Member

    Glad to know this can be done without too much hassle. I appreciate the help, Ben.
    However… I have tried this in several different places and looked for php tags that needed tending… I cannot get this to work.
    I just keep getting the white screen.

    I edit the relocated /dashboard/product-edit.php template, correct?

    It seems like there is one too many or one too few <?php and/or ?> but I cannot tell where….

    Here is what I have done:

    <?php
    /**
     * The template for displaying the Product edit form  
     *
     * Override this template by copying it to yourtheme/wc-vendors/dashboard/
     *
     * @package    WCVendors_Pro
     * @version    1.2.0
     */
    /**
     *   DO NOT EDIT ANY OF THE LINES BELOW UNLESS YOU KNOW WHAT YOU'RE DOING 
     *   
    */
    
    $title = 	( is_numeric( $object_id ) ) ? __('Save Changes', 'wcvendors-pro') : __('Add Product', 'wcvendors-pro'); 
    $product = 	( is_numeric( $object_id ) ) ? wc_get_product( $object_id ) : null;
    
    // Get basic information for the product 
    $product_title     			= ( isset($product) && null !== $product ) ? $product->post->post_title    : ''; 
    $product_description        = ( isset($product) && null !== $product ) ? $product->post->post_content  : ''; 
    $product_short_description  = ( isset($product) && null !== $product ) ? $product->post->post_excerpt  : ''; 
    
    /**
     *  Ok, You can edit the template below but be careful!
    */
    ?>
    <?php
    $access_token = get_user_meta( $vendor_id, '_stripe_connect_access_key', true );
    if ( empty( $access_token ) ) {
       // BEGIN PRODUCT FORM
    
       // Put the ENTIRE add/edit product form here.  Keep in mind if you need to close/open PHP tags at the beginning or end of the product form.
    
    <h2><?php echo $title; ?></h2>
    
       
    <!-- Product Edit Form -->
    <form method="post" action="" id="wcv-product-edit" class="wcv-form wcv-formvalidator"> 
    
    	<!-- Basic Product Details -->
    	<div class="wcv-product-basic wcv-product"> 
    		<!-- Product Title -->
    		<?php WCVendors_Pro_Product_Form::title( $object_id, $product_title ); ?>
    		<!-- Product Description -->
    		<?php WCVendors_Pro_Product_Form::description( $object_id, $product_description );  ?>
    		<!-- Product Short Description -->
    		<?php WCVendors_Pro_Product_Form::short_description( $object_id, $product_short_description );  ?>
    		<!-- Product Categories -->
    	    <?php WCVendors_Pro_Product_Form::categories( $object_id, true ); ?>
    	    <!-- Product Tags -->
    	    <?php WCVendors_Pro_Product_Form::tags( $object_id ); ?>
    	    <!-- Product Attributes (if any) -->
    	    <?php WCVendors_Pro_Product_Form::attributes( $object_id, true ); ?>
    	</div>
    
    	<div class="all-100"> 
        	<!-- Media uploader -->
    		<div class="wcv-product-media">
    			<?php WCVendors_Pro_Form_helper::product_media_uploader( $object_id ); ?>
    		</div>
    	</div>
    
    	<hr />
    	
    	<div class="all-100">
    		<!-- Product Type -->
    		<div class="wcv-product-type"> 
    			<?php WCVendors_Pro_Product_Form::product_type( $object_id ); ?>
    		</div>
    	</div>
    
    	<div class="all-100">
    		<div class="wcv-tabs top" data-prevent-url-change="true">
    
    			<?php WCVendors_Pro_Product_Form::product_meta_tabs( ); ?>
    
    			<?php do_action( 'wcv_before_general_tab' ); ?>
    	
    			<!-- General Product Options -->
    			<div class="wcv-product-general tabs-content" id="general">
    			
    				<div class="hide_if_grouped">
    					<!-- SKU  -->
    					<?php WCVendors_Pro_Product_Form::sku( $object_id ); ?>
    					<!-- Private listing  -->
    					<?php WCVendors_Pro_Product_Form::private_listing( $object_id ); ?>
    				</div>
    
    				<div class="options_group show_if_external">
    					<?php WCVendors_Pro_Product_Form::external_url( $object_id ); ?>
    					<?php WCVendors_Pro_Product_Form::button_text( $object_id ); ?>
    				</div>
    
    				<div class="show_if_simple show_if_external">
    					<!-- Price and Sale Price -->
    					<?php WCVendors_Pro_Product_Form::prices( $object_id ); ?>
    				</div>
    
    				<div class="show_if_simple show_if_external"> 
    					<!-- Tax -->
    					<?php WCVendors_Pro_Product_Form::tax( $object_id ); ?>
    				</div>
    
    				<div class="show_if_downloadable" id="files_download">
    					<!-- Downloadable files -->
    					<?php WCVendors_Pro_Product_Form::download_files( $object_id ); ?>
    					<!-- Download Limit -->
    					<?php WCVendors_Pro_Product_Form::download_limit( $object_id ); ?>
    					<!-- Download Expiry -->
    					<?php WCVendors_Pro_Product_Form::download_expiry( $object_id ); ?>
    					<!-- Download Type -->
    					<?php WCVendors_Pro_Product_Form::download_type( $object_id ); ?>
    				</div>
    			</div>
    
    			<?php do_action( 'wcv_after_general_tab' ); ?>
    
    			<?php do_action( 'wcv_before_inventory_tab' ); ?>
    
    			<!-- Inventory -->
    			<div class="wcv-product-inventory inventory_product_data tabs-content" id="inventory">
    				
    				<?php WCVendors_Pro_Product_Form::manage_stock( $object_id ); ?>
    				
    				<?php do_action( 'woocommerce_product_options_stock' ); ?>
    				
    				<div class="stock_fields show_if_simple show_if_variable">
    					<?php WCVendors_Pro_Product_Form::stock_qty( $object_id ); ?>
    					<?php WCVendors_Pro_Product_Form::backorders( $object_id ); ?>
    				</div>
    
    				<?php WCVendors_Pro_Product_Form::stock_status( $object_id ); ?>
    				<div class="options_group show_if_simple show_if_variable">
    					<?php WCVendors_Pro_Product_Form::sold_individually( $object_id ); ?>
    				</div>
    
    				<?php do_action( 'woocommerce_product_options_sold_individually' ); ?>
    
    				<?php do_action( 'woocommerce_product_options_inventory_product_data' ); ?>
    
    			</div>
    
    			<?php do_action( 'wcv_after_inventory_tab' ); ?>
    
    			<?php do_action( 'wcv_before_shipping_tab' ); ?>
    
    			<!-- Shipping  -->
    			<div class="wcv-product-shipping shipping_product_data tabs-content" id="shipping">
    
    				<div class="hide_if_grouped">
    
    					<!-- Shipping rates  -->
    					<?php WCVendors_Pro_Product_Form::shipping_rates( $object_id ); ?>	
    					<!-- weight  -->
    					<?php WCVendors_Pro_Product_Form::weight( $object_id ); ?>
    					<!-- Dimensions -->
    					<?php WCVendors_Pro_Product_Form::dimensions( $object_id ); ?>
    					<?php do_action( 'woocommerce_product_options_dimensions' ); ?>
    					<!-- shipping class -->
    					<?php WCVendors_Pro_Product_Form::shipping_class( $object_id ); ?>
    					<?php do_action( 'woocommerce_product_options_shipping' ); ?>
    				</div>
    			
    			</div>
    
    			<?php do_action( 'wcv_after_shipping_tab' ); ?>
    
    			<?php do_action( 'wcv_before_linked_tab' ); ?>
    
    			<!-- Upsells and grouping -->
    			<div class="wcv-product-upsells tabs-content" id="linked_product"> 
    				<?php WCVendors_Pro_Product_Form::up_sells( $object_id ); ?>
    				
    				<?php WCVendors_Pro_Product_Form::crosssells( $object_id ); ?>
    			</div>
    
    			<?php do_action( 'wcv_after_linked_tab' ); ?>
    
    			<?php WCVendors_Pro_Product_Form::form_data( $object_id ); ?>
    			<?php WCVendors_Pro_Product_Form::save_button( $title ); ?>
    			<?php WCVendors_Pro_Product_Form::draft_button( __('Save Draft',' wcvendors-pro') ); ?>
    
    			</div>
    		</div>
    </form>
     // END PRODUCT FORM
    
    } else {
    
    echo 'Before you can add or edit products, you must connect to STRIPE, so you can receive the funds from your sales.  To connect to Stripe, <a href="/dashboard/settings/">visit the seller dashboard</a> and click the PAYMENTS tab.';
    }
    ?>
    

    I’ve tried moving both ends of the code around, and I just can’t get it to work. I’m probably doing something wrong with the <?php and ?> but I cannot figure out where.

    in reply to: Configuration WV Vendors Pro #23527
    Anna
    Member

    @Regenerasia-Partners
    Hi, Antoine.. I’ll try to help if I can. 😉

    Ben or Jamie would have to guide you with the shop banner/header and the logo, as I’m not sure if that’s an issue with your theme or the templates ..?

    I can share some with the css for the styling, though. Again, I’m not sure exactly what you are hoping to achieve, but maybe this will help you make a few changes so you can customize the look of things a bit. Otherwise, maybe your theme author can provide some guidance, too.

    First of all, back up your site.. so if you jack it all up you can revert to the original. 😀
    Secondly, you want to make sure you are using a child theme, not the original theme folders… and you apply or add the changes to the child theme’s style.css folder (for css changes).

    The easiest way to identify the item you want to change is to view your shop in firefox or chrome. So, for instance, in this example you wish to change the background color of the menu on your vendor dashboard page from black to light gray (the page with DASHBOARD/PRODUCTS/ORDERS/SETTINGS/RATINGS…etc for your vendors).
    Right click on the item that you want to change, in this case, the page menu. Select “inspect” or “inspect element” from the drop down box after your right click. It will bring up a box with css code, and you can identify the different elements that are used to style that area of the page. Hover over things and you’ll see snippets of code being highlighted.
    In this example, the background for the menu on the vendor dashboard page is styled with this:
    .wcv-navigation ul.menu.black

    By default, the background is styled like this.. giving it a nearly black color:

    .wcv-navigation ul.menu.black {
    background: #1a1a1a;
    }

    I decided I wanted a light gray background with a gray border for that menu. So I changed it to this, and put it in my child theme style.css folder:

    .wcv-navigation ul.menu.black {
    background: #eeeeee;
    border: 1px solid #bbbbbb;
    }

    I also found other elements on the page to style, such as the links in that menu and the hover/active colors, I changed the font on a few links to match my site better and stand out more… as such:

    .wcv-navigation ul.menu.black li.active {
    background: #ffffff;
    }
    .wcv-navigation ul.menu.black li.active a {
    color: #d83800 !important;
    }

    .wcv-navigation ul.menu.black li a:hover {
    background: #ffffff;
    color: #bbbbbb;
    }
    .wcv-navigation ul.menu.black li a {
    font-family: ‘Roboto Slab’, serif;
    font-weight: 400 !important;
    font-size: 17px;
    color: #3a3e47;
    }

    a.button.product, a.button.shop_coupon {
    margin-right: 15px;
    font-family: ‘Roboto Slab’, serif;
    font-weight: 700 !important;
    font-size: 17px;
    }

    a.wcv-button.button {
    padding: 2px;
    font-family: ‘Roboto Slab’, serif;
    font-weight: 700 !important;
    font-size: 15px;
    }

    Use !important only if you find that initially your changes are not taking affect. If you’re overriding changes that have been already made to the original files by the theme author, sometimes you have to use !important to get your changes to take precedence.

    You’ll have to play around with things to see how to get the styles you want. 😉
    If you have too much trouble, your theme author might be able to help you find what/how to change something.

    Also— read this if you are having issues with the WC Vendors pages showing up right in your theme: https://www.wcvendors.com/kb/changing-vendor-templates/ and/or if you want to make changes to the vendor pages that go beyond simple css cosmetic alterations.

    I’m also not a programmer, by definition…. I hope I’ve helped a bit… I don’t know for sure if this is what you’re seeking, but I’m glad to try to help if I can 🙂

    Good luck with your endeavor!

    in reply to: Change Vendor URL #23470
    Anna
    Member

    At one time I was using um and they do have a setting to synchronize roles… You can create a vendor role for um and sync it with the vendor role for wc vendors. Or if all of your members are also vendors, you sync user->vendor.

    I know it is somewhere in the um options.. There is a toggle button on the right side of the screen that says ‘sync um role with work role’ or something similar.

    in reply to: Configuration WV Vendors Pro #23376
    Anna
    Member

    A lot of the cosmetic things can be altered with css. The theme I’m using looks very different from the original because I’m anal about how things look. I’ve altered the WC vendors pro pages visually as well.

    The buttons, dashboard, etc can be styled, sized, changed.

    Are you familiar with using Css in the stylesheet of your child theme?

    in reply to: Confused about vendors logging and their store pages #23373
    Anna
    Member

    An option I use….
    I use a plugin called: nav menu roles.
    I create a menu link/item for the vendor dashboard… Just as you would for any other page in your shop.
    With nav menu roles, though, you can restrict that menu item from appearing for any roles other than “vendor”. When you create a menu item, there are checkboxes for which roles you wish to allow to see the menu item. So only a logged in vendor would see the menu link for the vendor dashboard if you check “vendor”.
    🙂

    in reply to: Feedback display.. what did I do? Or not do.. #23346
    Anna
    Member

    Jamie- thank you so much.
    This led me to being able to fix the sidebars I have configured for the seller pages.
    I appreciate you taking the time to help me with this. 🙂

    in reply to: Changing the star ratings colour and other changes #23248
    Anna
    Member

    I’m not sure if you’re still looking to change the star color or if you figured it out.
    This is how I’ve changed the star color. The i.fa.fa-star is the solid stars; the i.fa.fa-star-o is the border / open star.

    i.fa.fa-star, i.fa.fa-star-o {
    color: #d83800;
    }

    If you’re using the .fa-star icon anywhere else on your site this will also change the color— so check that. 😉

    Cheers

    in reply to: Buddypress Integration Pro – Wrong Shop Link #23223
    Anna
    Member

    I updated my integration to the current PRO code and it works perfectly. I must have tried to use the Pro code before it was updated 10 days ago. 😉 Thanks, Ben.

    Hopefully this works for Leon, too. Sorry if I misled you!

    in reply to: Buddypress Integration Pro – Wrong Shop Link #23212
    Anna
    Member

    Hmmm..
    Well at one point was the kb directing to the old pro store pages?
    I know I went back to the wcv free kb for a reason… I think?

    For Leon there ^ it looks like it is taking him to the old pro store page.

    in reply to: Refund process with stripe #23204
    Anna
    Member

    Thanks for looking into this, @PipCambers

    +1 for having this integrated into the plugin. This will be something I’ll have to work in somehow, as I am sure the vendors would like to know what is going to occur in the event of a cancelled order or return.

    in reply to: Buddypress Integration Pro – Wrong Shop Link #23203
    Anna
    Member

    Ok… My iPhone is autocorrect happy.
    That’s supposed to say BP profile, not no profile.

    in reply to: Buddypress Integration Pro – Wrong Shop Link #23202
    Anna
    Member

    I am using WC vendors pro, and I use the knowledge base code for the wc vendors free to display the “visit my store” link in the no profile.

    Since pro version 1.2 + no longer uses the vendor_store pages, the pro integration in the Kb for the visit store/bp no longer works.. But the free works instead.

    in reply to: $shop_description output limit/truncate characters… #23131
    Anna
    Member

    *sigh*…. I know. I am SO CLOSE to being done and I have been up without sleep for WAAAY too long. I just wasn’t searching enough or correctly.
    And you’re right- I’ve learned so much. I remember the first request I made for help last summer.. the REALLY LONG email. I can’t believe I wrote that now. All I had to do was try. 🙂 Yay!

    This worked: <?php echo substr( $shop_description, 0,220) . “….”; ?> I had to add the zero so that the excerpt starts at the first character.
    Much better. 😉

Viewing 50 posts - 7,101 through 7,150 (of 7,210 total)