Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Adding a YouTube video #8979
    somertech
    Participant

    Has there been any further progress on this topic? I too would like for vendors to be able to upload a video or request that I link a YouTube video to their shop description.

    Regards;

    in reply to: Contact Forms in Store Description don't seem to work #8455
    somertech
    Participant

    Hmmm? Actually I don’t think that this is quite what I was looking for.
    The Woo product inquiry form appears to be mostly relevant to specific products, where as I am looking for a way for customers to communicate with the store owner for any number of reasons, which of course may include a specific product.
    In addition, if I understand how it works, the Woo PIF will only display on a product page, and not on the store page.

    Also, I don’t think I need the level of sophistication that you suggest in terms of data lookups. I can create the form on the backend for interested vendors (including recipient email address) and provide them with the short codes for embedding a specific form into their store descriptions. Low tech perhaps, but would work, if the forms rendered properly.

    Thanks for further consideration.

    in reply to: Shop Page Issue #7890
    somertech
    Participant

    Brilliant!

    Yes, there was a “small” woocommerce.php file in the theme’s root folder, but there was also a woocommerce folder in there as well.

    I renamed them both, and now I have the shop description content and vendor shop headers displaying as they are supposed to.

    There is a bit of a display issue, as I am using the theme’s boxed display option and some of the woocommerce content is now spilling over the page edges.

    This is the Themes woocommerce.php code
    —————————————–
    <?php
    /**
    * The template for displaying all pages
    *
    * This is the template that displays all pages by default.
    * Please note that this is the WordPress construct of pages and that other
    * ‘pages’ on your WordPress site will use a different template.
    *
    * @package i-craft
    * @since i-craft 1.0
    */

    get_header(); ?>

    <div id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>

    <?php /* The loop */ ?>
    <?php woocommerce_content(); ?>

    </div><!– #content –>
    <?php get_sidebar(); ?>
    </div><!– #primary –>

    <?php get_footer(); ?>

    The Div tags surrounding the woocommerce_content function call must serve to contain the woo product content within specified theme parameters.
    I think I need to figure out which woo template file to modify to do the equivalent without killing my ability to see shop content, as it had been.

    2 steps forward, one back. 🙂

    Thank You again.

    in reply to: Shop Page Issue #7884
    somertech
    Participant

    LOL! Hilarious. I’ll have to go to the fish market just in case.

    Fortunately, or perhaps unfortunately, I am using a Free Version of the author’s themes, so not much I can complain about there.

    I’m not at my desk at the moment, but I’ll check for the existence of the Woocommerce.php file in the theme root folder when I get back.

    Question: if it is there, is there anything that can be done to circumvent this hack, or am I likely forced to consider a different theme?

    Thanks.

    in reply to: Displaying all vendors pictures and names on a page #7863
    somertech
    Participant

    Awesome! Thanks.

    This works.

    Mike

    in reply to: Displaying all vendors pictures and names on a page #7836
    somertech
    Participant

    Hi Ben, Jamie;

    Just following up on this thread to confirm the status of picture/avatar fields for Vebdor users.

    My current WP theme included support for users to up load a profile picture from the front-end, and of course admins can do so from the back end for any user.
    WC Vendors is picking up this picture and displaying it as the avatar in the [wcv_vendorslist] shortcode.

    However, the new theme I am moving my site to does not provide a user profile picture up load facility. Is anyone aware of a way to successfully add profile pictures to WP user profiles via plugin or other method that WCV will recognize and use as the vendor Avatar? I do not want to use offsite means such as gravatars etc, if all possible.

    Thanks,

    Mike

    somertech
    Participant

    Thanks Ben;

    I did find the updated content for the Vendor-list.php template useful.

    However, I am still in search of an answer to my themeing issue.

    As indicated by the screenshots, the content that comes from the WC Vendor WordPress Pages containing shortcodes (such as: /vendor_dashboard, /orders & /shop_settings) are rendered according to my Themes rules and looks fine.
    I assume that this is because the Page is first rendered according to the Theme template selected in the Page Designer, BEFORE the Shortcode is executed.

    I need to know if there is way to force archive-pages, which I believe are dynamically generated, to somehow leverage my Theme template as well?
    Would this require hand modifying the HTML/CSS elements in WC Vendor template files to look like my Theme template, or is there a way to (I don’t know) link the WC Vendor archive pages to my Theme template so that I get WC Vendor content to execute INSIDE my Theme template, which is conceptually what seems to happen with shortcodes in WordPress Page files?

    Thanks;

    Mike

    somertech
    Participant

    Hi Ben;

    I think your understanding is the reverse of what I am looking for.

    I DO want my Theme’s default template to override the WooCommerce template for the product and store archives.

    Here are some screenshots on dropbox
    https://www.dropbox.com/sh/hqsswxknc3wo292/AADQICvPK-srBE9dplWN1H8xa?dl=0

    Hopefully my callouts in the images will explain the problem better. Also the files are named “Good” and “Bad”. 🙂

    Thanks

    Mike

    in reply to: Woo' Shop page content on Vendor Store #3866
    somertech
    Participant

    [RESOLVED]

    Never mind. It suddenly occurred to me that I could simply use a custom page with a Woocommerce Shortcode in place of the default Shop page as my Store landing page. This way I wouldn’t be modifying the default Woo Shop page.

    Problem solved.

    in reply to: "Apply to Become a Vendor" Button Not Showing #3817
    somertech
    Participant

    EXCELLENT as usual.

    Just made the change and it works perfectly.

    in reply to: "Apply to Become a Vendor" Button Not Showing #3815
    somertech
    Participant

    Thanks for all the suggestions.

    In actuality, the sign up process that I illustrated is working quite well with one exception, and that is that the Apply button shows up on the user registration form managed by my Theme.

    Everything else is fine.

    So in a nut shell, I need to figure out how to block execution of the code that places the button on registrations forms, BUT still allow it to appear on the WC Vendor Dashboard page.

    If that is do-able, then essentially this problem is solved for me.

    in reply to: "Apply to Become a Vendor" Button Not Showing #3810
    somertech
    Participant

    Not so fast there, buddy! 😉

    Actually, I DO want the APPLY check box and button to appear on the Vendor Dashboard, but NOT on the general reg pages.

    Here’s my flow.
    1. Users can register for free to be general site users (no frills account).
    2. User can then choose to upgrade status by purchasing a particular membership package controlled by my theme.
    3. After membership purchase, I magically open the Kimono and give them access to the WC Vendor Dashboard where they can optionally apply to become a Vendor.

    Having the Apply button appear too soon in this flow gives the impression that Vendor access DOES NOT require being a paid member.:-( That’s why I ONLY want it to appear on the Dashboard.

    Regards;

    Mike

    in reply to: "Apply to Become a Vendor" Button Not Showing #3804
    somertech
    Participant

    Hi Ben;

    The (?) context help next to the option box for Enable/Disable “Apply to become a vendor” button seems to indicates that even if the option is turned off, that a user will still see this check box and button on the Vendor Dashboard page.
    If my understanding is correct, then this isn’t working for me, and is likely another theme related conflict.
    I can’t change the theme, at least not now, so disabling it isn’t an option.

    Question
    Would you be able to steer me towards where I might be able to “turn off” this button from appearing on user registration pages? I presume this requires editing a php file or two, but I’ve managed that successfully a few times. 😉
    This way, I can turn the option on in WC Vendor settings so that it appears on the Vendor Dashboard, but would like to disable it from appearing on the general registration page. Having it on reg pages, adds confusion to my existing user reg workflow.

    Thanks,

    Mike

    in reply to: Permissions Issues #3802
    somertech
    Participant

    Ha!

    Unfortunately not that savvy yet? Working on it. 🙂

    In any case, I just dropped a little in your tip jar for being so helpful. Consider it a down payment on WC Vendor Pro. 😉

    I’ll keep plugging away and see what works for me.
    Keep up the excellent work.

    Mike

    in reply to: Permissions Issues #3800
    somertech
    Participant

    Ben;

    Thanks for the tip.

    Ok, so I haven’t quite done what you asked yet, as it became apparent that “User Role Editor” was not working correctly on my site. I could add secondary roles to a user, but I couldn’t successfully delete them.
    After removing that plugin and installing “WPFront User Role Editor” in it’s place, I was able to get my test user account back to the permissions that you indicated above. Very helpful.

    Now, that doesn’t exactly solve my original problem, but I was able to more accurately append secondary permissions to my Vendor account and observe the behavior.

    With my 3rd party theme in place, it appears as though I need my user to have the Vendor role as primary, and at least the Contributor role as secondary, as I mentioned before. But now that my permissions are cleaned up, the account has access to the back-end in a much more limited fashion.
    The account can still see some limited aspects of the Jetpack menu item, and the Events Manager plugin’s menu, but only for their own items.

    This is much better, with the exception that I have to manually give every vendor this secondary role, which I am also concerned may lead to other unforeseen security considerations.

    Question.
    I saw a KB article on the site about using a Front end plugin to enable store management.
    1. Is that article current
    2. If able to successfully implement that, would it be a complete substitution for back-end product management and report viewing by vendors?

    Thanks,

    Mike

    in reply to: Permissions Issues #3798
    somertech
    Participant

    Ben;

    Some how I knew you were going to say that. LOL!
    And it makes perfect sense, it’s just that this theme I am using doesn’t seem to preserve settings very well, and takes a fair amount of work to setup after switching to other themes. Reeeeeally trying to avoid doing that if I can.

    Darn it! I should have taken a snapshot of my VM before installing WC Vendor, then I could always revert back to the snapshpt after experimenting. Arrrrrgh! Wasn’t thinking.

    Anyway, I will try and figure something out.

    Thanks

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