Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Calculate Comission on Entire Order #65203
    George
    Participant

    Hi Guys

    I was just wondering if anyone could help me with this?

    Kind regards
    George

    in reply to: Vendor New Order Email Override Not Working #60147
    George
    Participant

    Hi @ben @fervous

    Just wondering if there was an answer to why the table that comes with the Notify Vendor email is the only thing that isnโ€™t being overriden when I replace the โ€œvendor-new-order.phpโ€ file?

    Kind regards
    George

    in reply to: Vendor New Order Email Override Not Working #59858
    George
    Participant

    @ben Hi Ben ๐Ÿ™‚

    Thanks for your reply. I think there has been a slight misunderstadning (probably my fault!).

    In theory, I feel comfortable enough with php to make this work, I am just wondering why the table that comes with the Notify Vendor email is the only thing that isn’t being overriden when I replace the “vendor-new-order.php” file?

    If you can point me in the right direction that would be great!

    Kind regards
    George

    in reply to: Vendor New Order Email Override Not Working #59823
    George
    Participant

    Hi Team

    Just a friendly reminder to refresh whether this is dooable? ๐Ÿ™‚

    Kind regards
    George

    in reply to: Vendor New Order Email Override Not Working #59563
    George
    Participant

    Hi Anna

    I have duplicated my custom “customer-processing-order.php” file, renamed it “vendor-new-order.php” and put it into the location you suggested just to test what is going on. (I have some custom wording in my customer-processing-order.php file so this allows me to track what is going on).

    The result is that my custom email (with all the custom wording) is now sent to the vendor (good news as this shows that the path you have provided is the correct one) – However, while everything else has changed, the table showing the order details remains the same as it was in the default vendor template!!! Everything is being overrideen EXCEPT for the table! So annoying!

    I don’t understand! How can I change the order details table in the email to vendors to reflect the same table that is sent to the customer?

    Thank you again for your time, I’m sure this is just as frustrating for you as it is for me ?

    in reply to: Vendor New Order Email Override Not Working #59531
    George
    Participant

    Hi Anna

    No I wouldn’t say that they are related.

    Okay let me put it another way. How can I send the vendor the exact same email that the customer receives?

    Many thanks Anna!

    in reply to: Vendor New Order Email Override Not Working #59524
    George
    Participant

    Hi Anna

    Thanks for your reply ๐Ÿ™‚

    I have saved it in both of your suggested locations (just to be sure) but I am still getting the deafult email :/

    I can’t tell where it is coming from as I seem to have replaced any file that is “vendor-new-order.php” with the code from admin-new-order.php.

    What is going wrong ๐Ÿ™

    in reply to: Add Shipping Class to Order Details in Vendor Dashboard #59499
    George
    Participant

    Here is a suggestion:

    Is there any way I can replicate the email to notify admin of a new order into the view order details popup? i.e. Because that table in the new order notifiaction to admin correctly displays the shipping class information. (I don’t require any commission related information in the vendor dashboard).

    in reply to: Add Shipping Class to Order Details in Vendor Dashboard #59496
    George
    Participant

    i.e. I create a shipping class for vendor x. I then make sure all of the prodcuts of vendor x are within that shipping class.

    In “WooCommerce Table Rate Shipping” I then set the cost of shipping for that shipping class.

    I have done this for each vendor and it works beautifuly.

    in reply to: Calculate Comission on Entire Order #58840
    George
    Participant

    Thanks for your reply Jamie!

    I’ve disabled the Commission Due/Paid on the vendors dashboard by removing the code.

    Now when I click “View Order Details” I have also removed the first column that says “Commission”.

    Would you be so kind as to explain how i could modify the final “Commission Total” row in order to reflect 0.9*(item cost + shipping + taxes)?

    Cheers (next beer on me).

    in reply to: 1.4 Update Notification #58659
    George
    Participant

    I CANT WAIT FOR THIS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Fantastic work guys – touch wood everything goes to plan! Good luck for launch!!
    Thank you again and again and again for all your work 24/7!

    in reply to: Set Default "Store Address" Country #58006
    George
    Participant

    Hi Anna

    Thanks for looking into this.

    Yes I would have thought there would be a way to do this or even have a default in the case that nothing is selected?

    What do you think?

    Kind regards

    in reply to: Set Default "Store Address" Country #57392
    George
    Participant

    Hi Guys

    Is this possible?

    Many thanks

    in reply to: Set Default "Store Address" Country #56944
    George
    Participant

    I have deactivated the store address from the sign up form. So now when vendors sign up they are signing up with that field empty on the back-end.

    If you then purchase a product, when you get to the checkout/cart screen, vendor shipping then stops working and becomes unavailable. As Anna explains here (https://www.wcvendors.com/help/topic/shipping-in-cart/) the store address must be listed in order to for vendor shipping to work.

    To solve this, I must then go to my users tab in wp-admin -> hit edit on the vendor’s name -> scroll down to “Store Address” and input “United Kingdom” and hit “Update User”. At this point everything regarding shipping then works perfectly.

    So is there a way I can default every single vendor’s country to “United Kingdom”?

    in reply to: Set Default "Store Address" Country #56941
    George
    Participant

    Hi Guys

    Is this doable?

    Thanks

    in reply to: Change International Shipping Method to Express #54339
    George
    Participant

    Hi Anna

    Perhaps the code in the KB to disable international shipping could be modified to alter the label to Express National Shipping?

    Can you further this please?

    https://www.wcvendors.com/kb/disabling-international-shipping/
    /* WC Vendors Pro – Disable International Shipping on Pro Vendor Dashboard */
    /* Code written by Arvid V – Thanks! */

    add_filter (‘wcv_product_shipping_fee_international’, ‘ta_bort_internationell_frakt’); //Internaionell frakt, produkt
    add_filter (‘wcv_product_shipping_fee_international_qty’, ‘ta_bort_internationell_frakt’); //Checkruta 1, produkt
    add_filter (‘wcv_product_shipping_fee_international_disable’, ‘ta_bort_internationell_frakt’); //Checkruta 2, produkt
    add_filter (‘wcv_product_shipping_fee_international_free’, ‘ta_bort_internationell_frakt’); //Chckruta 3, produkt
    add_filter (‘wcv_shipping_international_fee’, ‘ta_bort_internationell_frakt’); //Internaionell frakt, butik
    add_filter (‘wcv_shipping_international_qty’, ‘ta_bort_internationell_frakt’); //Checkruta 1, butik
    add_filter (‘wcv_shipping_international_free’, ‘ta_bort_internationell_frakt’); //Checkruta 2, butik
    add_filter (‘wcv_shipping_international_disable’, ‘ta_bort_internationell_frakt’); //Checkruta 3, butik

    function ta_bort_internationell_frakt() {
    $fraktArray = array(
    ‘id’ => ‘_shipping_fee_international’,
    //’label’ => __( ‘International shipping fee’, ‘wcvendors-pro’ ),
    //’placeholder’ => __( ‘Change to override store defaults.’, ‘wcvendors-pro’ ),
    ‘desc_tip’ => ‘true’,
    //’description’ => __( ‘The cost to ship this product outside your country.’, ‘wcvendors-pro’ ),
    ‘type’ => ‘hidden’,
    ‘value’ => $value,
    ‘class’ => ‘wcv-disable-international-input’,
    ‘wrapper_start’ => ‘<div class=”all-50 small-100″>’,
    ‘wrapper_end’ => ‘</div></div>’
    );
    return $fraktArray;
    }

    in reply to: Allow Vendor to opt-out of Local Pickup delivery option #54185
    George
    Participant

    Obviously creating the checkbox is the easy part – its hooking up the ticking of the checkbox to the plugin’s functionality that is the tricky bit!

    in reply to: Allow Vendor to opt-out of Local Pickup delivery option #54184
    George
    Participant

    Anna I think I have a workaround but I need your help!

    So with https://www.woothemes.com/products/conditional-shipping-and-payments/ I can set a restriction in the backend/admin product edit page to “Exclude all “Local Pickup” Instances”. I have checked the cart and this works 100% perfectly!

    My ONLY question is: How can I add a checkbox to the Frontend product edit page with the label “Tick this box to EXCLUDE Local Pickup” and hook it to that function in the plugin?

    I think this would be great to add to the KnowledgeBase!

    in reply to: Allow Vendor to opt-out of Local Pickup delivery option #54182
    George
    Participant

    Hi Anna

    Thanks for your reply.

    I am using Vendor Shipping but I still need the Multiple Packages plugin. The reason for this is because lets say a customer is ordering 2 items from 2 different vendors, 1 of the vendors may be located 5 mins away and so they can arrange for a local pickup. However, the other vendor may like 50 miles away in which case the customer wants to use vendor shipping.

    There must be a way of allowing vendors to opt-out of global shipping methods that I set in WooCommerce admin?

    in reply to: Allow Vendor to opt-out of Local Pickup delivery option #54052
    George
    Participant

    Just to clarify I am also running WC Multiple Packages as recommended in https://www.wcvendors.com/kb/compatible-plugins/

    George
    Participant

    I have resolved this!

    in reply to: Notify Vendor of WooCommerce Product Review #53600
    George
    Participant

    Thanks Ben! I found one that i’ve tested and seems to be working great.

    For those interested it’s called “Custom Comment Notifications” and it seems to be working with my 4.7.1 install ๐Ÿ™‚

    in reply to: Change International Shipping Method to Express #53492
    George
    Participant

    Hi Anna

    Thanks for your reply.

    Would you consider adding a third box in the vendor’s shipping dashboard that would allow them to specify another method of shipping and for them to name it whatever they want?

    Alternatively could you not have a “+” sign that could allow them to add as many additional delivery methods as they would like?

    Thanks

    in reply to: Change International Shipping Method to Express #53399
    George
    Participant

    Hi Team

    Just wondering if you had a chance to look at the above?

    FYI, I am running Pro.

    Thanks.

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