Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • in reply to: WooCommerce front end tutorial not working #4343
    DanielVind
    Participant

    Yes,
    Visible worked for me 🙂

    Have a great Saturday…

    in reply to: WooCommerce front end tutorial not working #3417
    DanielVind
    Participant

    Oh, sounds like the WPUF support sucks. 🙂

    I think I found a solution to my problem.

    Added a Hidden Field to the form.

    Meta Key = _visibility
    Value = visibile

    Maybe you should add that to the Front End tutorial.

    in reply to: WooCommerce front end tutorial not working #3415
    DanielVind
    Participant

    Hi Foamymeda,
    Did you manage to solve this problem about auto publish with WooCommerce?
    I have the same problem and has not been able to figure out what to do to solve the issue.

    Regards
    Daniel

    in reply to: Move PayPal address to Vendor Dashboard – Frontend #1940
    DanielVind
    Participant

    Hi Ben,
    The code works now.
    Thanks a lot for your help.
    I am very grateful for your support and knowledge. 🙂

    in reply to: Move PayPal address to Vendor Dashboard – Frontend #1934
    DanielVind
    Participant

    Hi Ben,
    The code populated the email adress under the user in WP backend but it is not showing on the vendor dashboard page. So the vendor could think that the email adress was not saved.

    Could we add some code to also show the saved email?

    in reply to: Move PayPal address to Vendor Dashboard – Frontend #1933
    DanielVind
    Participant

    Hi Ben,
    Yes, my conclusion was that i had to mix the php files but i didn´t know how exactly.
    I will try your code.
    Get back to you with update.

    Thanks a lot 🙂

    in reply to: Email Confirmation New Products #1807
    DanielVind
    Participant

    Thanks Ben,
    Will check that plugin.

    in reply to: Some Words Translation problems #1786
    DanielVind
    Participant

    Hi jamie,
    I found all my translations in WPUF.

    Thanks

    in reply to: 500 duplicate products #1699
    DanielVind
    Participant

    Yes Ben 🙂
    That´s a good idea. I will ask there support.

    Thanks

    in reply to: 500 duplicate products #1697
    DanielVind
    Participant

    Hi,
    I haven´t been able to solve the duplicate creation.
    Have inactivated the plugins, updated to the latest WP Frontend Pro. Removed unused themes.

    Run on WooCommerce 2.2.8, and WPUF 2.2.6.
    I use a theme called Avada.

    Thanks anyway and for the license briefing.

    /Daniel

    in reply to: The Setup to WooCommerce #1563
    DanielVind
    Participant

    Hej Media2U,
    Kul med en till svensk på WC Vendor 🙂

    Regarding translation.
    I had the same problem. When I changed the file names to wcvendors-sv_SV.mo/po it worked.

    /Daniel

    in reply to: 500 duplicate products #1537
    DanielVind
    Participant

    Hi Karma,
    Yes i use a lower version than 2.2. Only have one single license and I didn´t want to use it on my development site.
    Will upgrade to the latest version and try again.

    Do you also have a production site and a development site?
    Do you have several licenses for that?

    Thanks.

    in reply to: Front End WooCommerce Submission Price #1522
    DanielVind
    Participant

    I´m using WPUF.
    It worked if i used this code in the functions.php and then use _price as meta key.
    Saw a post here. http://wedevs.com/support/topic/edit-not-updating-custom-fields/

    function wpufe_update_post_price( $post_id ) {
    $price = get_post_meta( $post_id, ‘_price’, true );

    update_post_meta( $post_id, ‘_regular_price’, $price );
    }

    add_action( ‘wpuf_add_post_after_insert’, ‘wpufe_update_post_price’ );
    add_action( ‘wpuf_edit_post_after_update’, ‘wpufe_update_post_price’ );

    in reply to: WC Vendor under wp-content/theme #1521
    DanielVind
    Participant

    Great, that worked. Thanks

    I want to add the the code “notify vendor if no shoping settings” has been entered.
    Trying to enter the code in the links.php file but it´s not working with this code.
    Is [php] / [/php] some type of shortcode, that my theme can´t read?

    [php]
    $author_id = get_current_user_id();
    $shop_name_set = PV_Vendors::get_vendor_shop_name( $author_id );
    $vendor_login = get_userdata($author_id);
    if ($shop_name_set == $vendor_login->user_login) {
    // Only choose one of the following lines depending on what theme you have.
    // Use the following line if you have a WooThemes theme.
    echo do_shortcode( ‘[box type=”alert”]<h3>You havent configured your store name!</h3><p>More message text here.<br><br>Click here to set your store name</p>.[/box]‘ );
    // Use this line for any other theme
    echo ‘<h3>You havent configured your store name!</h3><p>More message text here.<br><br>Click here to set your store name.</p>’;
    }
    [/php]

    in reply to: Front End Back Buttons #1428
    DanielVind
    Participant

    I managed to enter the buttons i wanted.
    Just created button in on the pages in WP.

    Thanks for your support.
    Case Closed.

    in reply to: Front End Back Buttons #1401
    DanielVind
    Participant

    Hi Ben,
    Yes i am using WooCommerce, and the Avada theme. Button seems to work, I have buttons om my Vendor Dashboard Page. And I was able to create a button on My Settings page.

    I would like to have a button on My Shop page, on Submit Product page. And also when a vendor has created a product they are transfered to a preview page for the submitted product, a button there as well.

    If I just enter the button code in subscription.php or frontend-form-post.php i see the code text in the upper left corner of my site.
    Can I use the same button codes for WPUF and where shall I put them?

    Thanks for you time.
    /Daniel

    in reply to: Language file doesn t work #1400
    DanielVind
    Participant

    Changed my filename to wcvendor-se and it works. 🙂

    in reply to: Language file doesn t work #1315
    DanielVind
    Participant

    Hi Ben and Jaime,
    Saw another ticket about Language problems.
    I have translated to Swedish so when you are ready I can send you the files.

    in reply to: Front End Submission Question #1120
    DanielVind
    Participant

    The code was the missing part. Thanks.

    fyi, the code in the instruction don´t include the php function, it looks like this.
    echo do_shortcode( ‘[wpuf_dashboard post_type=”product”]’ );

    Case Closed 🙂

    in reply to: Front End Submission Question #1109
    DanielVind
    Participant

    Thanks for your answer.

    Have created the folders and copied the links.php. Needed to change the folder name to wc-vendors for it to work.

    I see a difference in the Control Center.
    Before I saw my listed products in the Control Center as a vendor. Where I was able to see the status (pending), edit or delete a product.
    I can´t see the products anymore after updating to the new wc-vendors version.
    Have checked my Edit Item page an no changes.

    Have you any clue?

    in reply to: Language file doesn t work #784
    DanielVind
    Participant

    Hi Jamie and Ben,
    I have now translated WC Vendor to Swedish.

    When you are ready, could you guys include these files in an update.

    Ops, i can´t find a “Attach” button in the forum.
    Should I send it to one of you, email address?

    /Daniel

    in reply to: Language file doesn t work #760
    DanielVind
    Participant

    Hi Jamie,
    Ok, great. Then I know that you have plans to fix it.

    I will complete my translation into Swedish and then i can send you the .mo/.po files.

    Thanks

    in reply to: Language file doesn t work #739
    DanielVind
    Participant

    Hi Ben,
    I didn´t mean that i wanted your help to translate into swedish 🙂 I have created .po and .mo files my own but when uploading to Languages folder via FTP, the translation is not working.

    I have replaced “productvendor” to “wcvendors” in the entire .po file but no luck.
    Like

    #: class-product-vendor.php:186
    #: wcvendors\classes\admin\settings\sf-options.php:126
    msgid “Capabilities”
    msgstr “Möjligheter”

    #: class-product-vendor.php:210
    #: wcvendors\classes\admin\settings\sf-options.php:4
    msgid “General”
    msgstr “Generellt”

    Any ideas how to get this solved?

    Thanks
    /Daniel

    in reply to: Language file doesn t work #697
    DanielVind
    Participant

    Hi,
    Any updates on the language translation?
    Have created new wc_vendors-sv-SE.mo and .po but no updates on the sajt.

    /Daniel

    in reply to: Product Vendor Conversion #609
    DanielVind
    Participant

    Conversion done, seems like the WCVendor works fine.
    Have another question but will publish it in a new topic.

    in reply to: Product Vendor Conversion #606
    DanielVind
    Participant

    Hi Ben and thanks for your answer.
    Ok, I will try to convert to the new WCVendor.

    Removing back-end sounds nice 🙂

    /Daniel

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