Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Tax / Commission Calculation Issue #73569
    Jaypreet Thukral
    Participant

    Well,

    when you enter prices with tax and your tax rate is 20%. so it will not calculate 20% of 100. it will calculate 20% on 83.4 which totals up to 100.

    “then have a seller who added a product:
    Price £1
    Tax Status: Taxable
    Tax Class: Standard (so should be 20% as per the above)”

    so here it calculates 20% of 83.4p (rounded off to 83p)… and gives 16.68p (rounded of to 17p) as an tax calculated hence correct…its correct.

    in reply to: Need support on Auctions #73436
    Jaypreet Thukral
    Participant

    Hello,

    I was able to create a page for the buyers to see won auctions and pay for them.

    screenshot attached.

    in reply to: Need support on Auctions #73416
    Jaypreet Thukral
    Participant

    I can manage with point no. 1 for the time being.
    But if point 2 doesnt work then its a failure of the code. There has to be some page or tab where all unpaid items get displayed.

    in reply to: Need support on Auctions #73334
    Jaypreet Thukral
    Participant

    Also for sold auction items are not reflecting in fronted dashboard?
    Kindly suggest?

    in reply to: Auctions not displaying in Orders Tab in dashboard #73324
    Jaypreet Thukral
    Participant

    also,

    please update on this issues : –

    After there is a bid placed on the auction all the values except the post description should be non editable. This is a basic law of auction followed in every country. However auctions in WC vendors are editable after bids are placed. This is illegal and can put the put the auction host in jail or other legal problems. This can become untraceable when the website will have lot of members and lot of auctions going on.

    Thanks

    in reply to: Required Field in front end product form #73321
    Jaypreet Thukral
    Participant

    no,

    What i want is to make price , cateogary etc as required field.

    in reply to: Required Field in front end product form #73305
    Jaypreet Thukral
    Participant

    before you reply saying check knoweldgebase, to rule out that possibility I am looking for plugin.

    in reply to: Setting a limit to product title characters #73172
    Jaypreet Thukral
    Participant

    @fervous

    “In our upcoming Pro version 1.4.0, you will have the option to make Categories (as well as other fields on the product form) required.
    This will be released in early April.”

    is this feature released ?
    Thanks

    in reply to: edit invoice template #69958
    Jaypreet Thukral
    Participant

    Ok,
    I have attached the profile. Also the download invoice button I want to change the name and invoice template generated I want to edit .

    Kindly suggest

    in reply to: Few bugs #60127
    Jaypreet Thukral
    Participant

    @anna

    did not work.

    admin username : jaypreet
    pssowrd: te98686te

    in reply to: Few bugs #59924
    Jaypreet Thukral
    Participant

    can you guide a bit more on the fliter part.

    Thanks

    in reply to: Few bugs #59883
    Jaypreet Thukral
    Participant

    Please revert.

    in reply to: Few bugs #59793
    Jaypreet Thukral
    Participant

    @FEN

    Well you can say in your terms that it is an opinion. But if I see the trend of the marketplace Industry; vendor able to buy its own products, does not happen in any of the sites.

    Also with due respect I would like you understand my situation. The issues is that we two are in different timezone. When in US its night here Its day so if 1 query has to resolved its takes entire 24 hours. If I send you a question in day you reply in night as per time and I see resolution next day morning. After waiting for 24 hours if I get a reply something like this.

    [[1.) You have a false sense of what a “bug” is. That is not a bug. It works as it should. If you dont like it that’s your opinion, but you can do something about it if you want to, just go to docs.wcvendors.com and you’ll figure it out.

    2.) Cant help, you’ve given me nothing to reproduce or test.]]

    which does not tell me anything.

    For the same question Anna gave an answer and I was able to progress. At least if you guide me to the right direction I will be able to do something.

    I was able to do the shipping part- Thanks to Anna for the Guidance.

    But still I am struggling in Vendor buying its own product- I read entire files in docs, was not able to take it on my head. Please guide which documentation are you referring to in docs.wcvendors.com.

    Thanks

    P.S- I am not here to disrespect anyone. I just want things to work out in best and the positive way.

    in reply to: Few bugs #59682
    Jaypreet Thukral
    Participant

    Waiting for your revert.

    in reply to: Inovice – WC Vendors #59487
    Jaypreet Thukral
    Participant

    Hello,

    They have given me this code, and to check with you where to insert to it.

    add_filter(‘wcv_orders_add_new_row’, function($new_row){
    if ( !class_exists( ‘WooCommerce_PDF_Invoices’ ) ) {
    return false;
    }
    $order_id = $new_row->order_number;
    $order = new WC_Order ( $order_id );

    $vendor_pdf_actions = array(
    ‘invoice’ => array (
    ‘class’ => ‘button tips wpo_wcpdf invoice’,
    ‘url’ => wp_nonce_url( admin_url( ‘admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=’ . $order->id ), ‘generate_wpo_wcpdf’ ),
    ‘label’ => sprintf( ‘‘, WooCommerce_PDF_Invoices::$plugin_url . ‘images/invoice.png’),
    ‘target’ => ‘_blank’
    ),
    ‘packing-slip’ => array (
    ‘class’ => ‘button tips wpo_wcpdf packing-slip’,
    ‘url’ => wp_nonce_url( admin_url( ‘admin-ajax.php?action=generate_wpo_wcpdf&template_type=packing-slip&order_ids=’ . $order->id ), ‘generate_wpo_wcpdf’ ),
    ‘label’ => sprintf( ‘‘, WooCommerce_PDF_Invoices::$plugin_url . ‘images/packing-slip.png’),
    ‘target’ => ‘_blank’
    ),
    );

    $new_row->row_actions = array_merge($new_row->row_actions, $vendor_pdf_actions);

    return $new_row;
    }, 10, 1);

    in reply to: Few issues with my site #59226
    Jaypreet Thukral
    Participant

    Ok, Let me put this question in a different way or rather right way

    1. I already mentioned that it is not showing any message. I had put the vendor vacation setting on and as a buyer from different login did not get any message when clicked add to cart from the main shop page , however message is only visible if the buyer explores the product.

    Now after this i went to the knowledge base found the vacation topic, copied the vacation mode code which says “ADD TO Cart Button will be disabled”. I copied the code in the functions.php file of my child theme but did not change.

    2. For this I will contact the rehub theme developer and get back to you.

    3. I wanted to ask any specific plugin for this if you have in your expert mind. which is compatible with WC vendors PRO.

    Hope it gives better clarity.

    Thanks

    in reply to: Removal of currency symbol in frontend add porduct page #57787
    Jaypreet Thukral
    Participant

    Hello Anna,

    As per your guidance I have tried doing changes in the functions.php of my parent theme but it did not work.

    Then I tried in child theme and vola… It worked. Thank you.

    The only doubt I have is once my child theme is updated I think I will loose these changes so every time I have enter this code? is it correct?

    Thanks

    in reply to: Removal of currency symbol in frontend add porduct page #57702
    Jaypreet Thukral
    Participant

    Hello,

    Well I have done some changes (highlighted in red) screenshot below.

    Also i didn’t find the route to change the label. What I found is the code below:-


    Please Note:- Ignore the currency symbol below and enter price in United States Dollor only.

    I added a note here and it is just showing where I wanted it to show. But that currency symbol is just there.

    I added these “wcv_product_price and custom_wcv_product_price –>” but they didnt do anything.

    Am i missing on something?

    Kindly guide
    Thanks
    Jay

    in reply to: Removal of currency symbol in frontend add porduct page #57693
    Jaypreet Thukral
    Participant

    Hello,

    I am not a tech savvy and also not a expert in coding. But what I understand as per logic is this.

    This change has to be done in frontend product posting which is a part of WC vendors then why the change has to be done in child theme.

    I tried reading the product-edit.php in provendor plugin and also found the price line but was not sure what change I have to do in that ?

    Kindly guide.

    Thanks

    in reply to: Buddypress #50601
    Jaypreet Thukral
    Participant

    yes this one only. I will do the changes and get back to you.

    thanks

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