Forum Replies Created

Viewing 50 posts - 1 through 50 (of 115 total)
  • Author
    Posts
  • in reply to: Limited categories notification translation #77265
    Yasa
    Participant

    Hi,
    Any news about this?

    Thank you.

    in reply to: Limited categories notification translation #70467
    Yasa
    Participant

    I attached the screenshot to explain it better.

    in reply to: Limited categories notification translation #70436
    Yasa
    Participant

    Hi @fervous,
    I have changed “You can only select %qty% items” in wc-vendors-pro\admin\class-wcvendors-pro-admin.php and cleared my cache and still it shows in English on adding product category section.

    in reply to: Limited categories notification translation #70312
    Yasa
    Participant

    I was able to add “( %s ) ratings” string on PO file but “You can only select %qty% items” doesn’t work.

    in reply to: Limited categories notification translation #70284
    Yasa
    Participant

    Hi,
    I’ve been trying to solve this issue for a week but couldn’t, I need some help. I submitted a ticket on bboss and they said those strings are related to wc-vendors-pro so here their answers.

    Please check with WC vendor support or generate the pot file again using PoEdit and sync turkish language file.
    
    /wcvendors-pro-1.4.4/includes/partials/ratings/public/wcvendors-pro-ratings-link.php
    
    Line 22
    
     <?php _e( sprintf( __( '( %s ) ratings', 'wcvendors-pro'), $ratings_count ) ); ?>
    
    Inside the translation strings it should be  ( %s ) ratings , but you have only "ratings"
    
    that's why it's not getting translated. 
    
    "You can only select %qty% items" is also part of WC vendor pro strings. Please check with WC vendor support.

    I don’t know how to fix both.

    Yasa
    Participant

    Thank you @fervous, if I do that it doesn’t effect vendors shipping right? They are still able to overwrite their own shipping setting and product shipping setting?

    Yasa
    Participant

    No not for each product but if they don’t set their shop settings (general shipping) then it says there is no shipping method which is normal but shipping settings is not required and that confuse vendors, so i am trying to make shipping cost $0 as default just incase if they don’t set their shipping fee in general shipping setting.

    in reply to: Search within store #69986
    Yasa
    Participant

    I am having the same issue, I think it is BuddyBoss’s search

    in reply to: Limited categories notification translation #69972
    Yasa
    Participant

    I think you changed some strings on ratings too, it was showing the translated version on 1.4.3 after 1.4.4 it is showing the original language again.

    in reply to: Order Page Blank #69665
    Yasa
    Participant

    I used to have same problem, does it happen with specific vendors or all of them? My problem was with variable product’s orders, if you changed the variations from woocommerce settings, those old orders try to pull old variations and that makes the error and display nothing on your orders. What I did is dropping rows in the pv_commissions and that solved the problem but I lost old orders.

    Yasa
    Participant

    @ALEXFUENTES

    If you are asking to me I don’t have the answer, the one I posted above is wrong which buddyboss provided to me. I don’t know is this issue related with wcvendors or buddyboss theme, according to buddyboss wcvendors-pro-1.4.4/includes/assets/css/select2.min.css?ver=3.5.2 should be changed but they could not provide me the right solution yet.

    (Which is weird cause it was working on wcvendors pro 1.4.3)

    Yasa
    Participant

    *Update (This code doesn’t work either) MODs can delete this post.

    For social marketplace users here is their answer;

    It's due to select2 js and we already have updated inside our theme to make it compatible with WooCommerce 3.0+ updates.
    
    Right now there is class inside WC vednor pro plugin
    
    wcvendors-pro-1.4.4/includes/assets/css/select2.min.css?ver=3.5.2
    .select2-container {
        margin: 0;
        position: relative;
    }
    
    need to be modified with
    .select2-container {
        margin: 0;
        position: inherit;
    }
    
    and that's creating issue.
    
    For quick fixes you can add following codes inside custom css at theme options.
    .select2-container {
        margin: 0;
        position: inherit!important;
    }
    Yasa
    Participant

    Guys be careful with that css, on firefox it breaks the dropdowns on checkout page. Which means you can not change the country. (I haven’t tested it with other browsers fyi.)

    Yasa
    Participant

    @FERVOUS
    Hi just deleted all the orders (with db ofcourse), and that fixed the problem.

    I have changed the variations while a ago and old orders are trying to reach that variation I guess and that caused the error. Now it works with that vendor.

    #0 /home/birtanel/public_html/wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php(187): wc_attribute_label('Renk', false)

    This gave me the clue.

    Yasa
    Participant

    @fervous,
    Sorry I forgot to mention, yes still using Social Marketplace. And yes I deactivated all plugins and installed storefront, result was same.

    Yasa
    Participant

    Using buddyboss social marketplace and same on my site too. It is the select2 option, if you disable it under pro settings (at the bottom) then it works but you won’t like the design.

    in reply to: Variable product shipping fee shows "0" #69369
    Yasa
    Participant

    Hi @BRIAN-DD,
    I updated to 1.4.4 and that fixed the issue.

    Yasa
    Participant

    Hi @fervous,
    No I didn’t delete any orders, what I did is I changed the commission % in general settings which I don’t believe that would effect the orders page. This happened only with one vendor, I have other vendors who have variable products but their orders page seems working. Here is the debug log about the order details;

    [03-Jul-2017 14:36:52 UTC] PHP Notice:  Undefined offset: 7154 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 131
    [03-Jul-2017 14:36:52 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get_attributes() on boolean in /wp-content/plugins/woocommerce/includes/wc-attribute-functions.php:140
    Stack trace:
    #0 /home/birtanel/public_html/wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php(187): wc_attribute_label('Renk', false)
    #1 /wp-content/plugins/woocommerce/includes/wc-core-functions.php(205): include('/home/***/...')
    #2 /wp-content/plugins/wc-vendors-pro/public/class-wcvendors-pro-order-controller.php(801): wc_get_template('order_details.p...', Array, 'wc-vendors/dash...', '/home/***/...')
    #3 /wp-content/plugins/wc-vendors-pro/public/class-wcvendors-pro-order-controller.php(540): WCVendors_Pro_Order_Controller->order_details_template(Object(stdClass))
    #4 /wp-content/plugins/wc-vendors-pro/public/class-wcvendors-pro-order-controller.php(122): WCVendors_Pro_Order_Controller->table_rows()
    Yasa
    Participant

    This started to me after 1.4.4 update, if you receive a new order that vendors orders page comes blank. But the ones has not shopped yet shows the orders page.

    in reply to: vacation mode #69171
    Yasa
    Participant

    @fervous
    Instead of hiding add cart button is there a way to hide vendor? (His/her shop and related products.)

    in reply to: vacation mode #69082
    Yasa
    Participant

    Hi @BARGAINWEBB
    Unfortunately your code didn’t work at all on my site. @FERVOUS ‘ solution works on shop page but not on vendors page, product page and home page.

    Also It hides other vendors’ products “Add Cart” button too fyi.

    in reply to: vacation mode #69014
    Yasa
    Participant

    Edit:

    The link I gave above is wrong sorry for that :p

    It should be this: https://gist.github.com/fervous/c6d652ebfc715a0faa318bd6955c3ab2

    in reply to: vacation mode #69011
    Yasa
    Participant

    Hi @fervous,
    Hiding “add cart” button doesn’t work properly on OneSocial as you mentioned.

    remove add to cart if vacation mode is active – wc vendors pro This hides the “Add Cart” on vendor shop pages but it doesn’t work when you go to product’s page. So is there a way to hide whole store and related products instead hiding “Add Cart” button?

    Thanks.

    in reply to: PHP Warning: A non-numeric value encountered #68694
    Yasa
    Participant

    7.1.6 increases performance a lot.

    Thank you @digitalchild

    in reply to: PHP Warning: A non-numeric value encountered #68677
    Yasa
    Participant

    Thank you

    in reply to: Variable product shipping fee shows "0" #68565
    Yasa
    Participant

    My php version is 7.1.6 probably this is why you couldn’t re-produce that error on your side, here is an explanation;

    https://stackoverflow.com/questions/42044127/warning-a-non-numeric-value-encountered

    It seems that in PHP 7.1, a Warning will be emitted if a non-numeric value is encountered. See this link.
    
    Here is the relevant portion that pertains to the Warning notice you are getting:
    
    New E_WARNING and E_NOTICE errors have been introduced when invalid strings are coerced using operators expecting numbers or their assignment equivalents. An E_NOTICE is emitted when the string begins with a numeric value but contains trailing non-numeric characters, and an E_WARNING is emitted when the string does not contain a numeric value.
    
    I'm guessing either $item['quantity'] or $product['price'] does not contain a numeric value, so make sure that they do before trying to multiply them. Maybe use some sort of conditional before calculating the $sub_total, like so:
    <?php
    
    if (is_numeric($item['quantity']) && is_numeric($product['price'])) {
      $sub_total += ($item['quantity'] * $product['price']);
    } else {
      // do some error handling...
    }
    in reply to: Variable product shipping fee shows "0" #68562
    Yasa
    Participant

    Here is my debug log, now you can help me I guess;

    [20-Jun-2017 14:41:37 UTC] PHP Warning:  A non-numeric value encountered in /wp-content/plugins/wc-vendors-pro/admin/class-wcvendors-pro-shipping.php on line 346
    [20-Jun-2017 14:41:37 UTC] PHP Warning:  A non-numeric value encountered in /wp-content/plugins/wc-vendors-pro/admin/class-wcvendors-pro-shipping.php on line 377
    [20-Jun-2017 14:41:37 UTC] PHP Warning:  A non-numeric value encountered in /wp-content/plugins/wc-vendors-pro/admin/class-wcvendors-pro-shipping.php on line 378
    [20-Jun-2017 14:41:40 UTC] PHP Warning:  A non-numeric value encountered in /wp-content/plugins/wc-vendors-pro/admin/class-wcvendors-pro-shipping.php on line 346
    [20-Jun-2017 14:41:40 UTC] PHP Warning:  A non-numeric value encountered in /wp-content/plugins/wc-vendors-pro/admin/class-wcvendors-pro-shipping.php on line 377
    [20-Jun-2017 14:41:40 UTC] PHP Warning:  A non-numeric value encountered in /wp-content/plugins/wc-vendors-pro/admin/class-wcvendors-pro-shipping.php on line 378
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7147 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7146 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7147 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7121 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7120 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7146 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7120 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7158 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7146 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:42:32 UTC] PHP Notice:  Undefined offset: 7121 in /wp-content/plugins/wc-vendors-pro/templates/dashboard/order/order_details.php on line 126
    [20-Jun-2017 14:40:34 UTC] The The "add_to_cart_fragments" hook uses out of date data structures and 
    function is deprecated since version 3.0.8. Replace with woocommerce_add_to_cart_fragments.
    in reply to: Variable product shipping fee shows "0" #68305
    Yasa
    Participant

    Hi,
    I’ve spent last 2 days to fix this issue but couldn’t find (didn’t want to break more) the solution. @digitalchild mentioned “I’m pretty sure I have fixed this variation shipping issue in the soon to be released version.” At least you can tell me is it related with the free version or the paid version (I see some fixes on github recently) ? Could you provide me the code to fix it?

    I don’t get why (how) I am the only one who is having this issue, I am not using any other plugin would effect woocommerce or wcvendors.

    in reply to: Variable product shipping fee shows "0" #68027
    Yasa
    Participant

    Yes thank you for all your help @Fervous but it has been 6 months that I couldn’t make my site work without error’s, this is why.

    in reply to: Variable product shipping fee shows "0" #68022
    Yasa
    Participant

    Ok, I’ll stop bugging and posting but you guys should aware of that I didn’t get support, instead waiting for a working release like free plugins which I paid for it. Support & Purchase Policy says “Your license is for 12 months, which includes support and updates.” (I know that policy doesnt mean anything to you but you guys refer it too sometimes.)

    I hope you’ll release it asap, good luck.

    in reply to: Variable product shipping fee shows "0" #67998
    Yasa
    Participant

    *Update

    I also tested by setting specific shipping fee for variable product(override), still no luck.

    in reply to: Variable product shipping fee shows "0" #67900
    Yasa
    Participant

    I’ll double check in the morning and report back.

    Anything came up?

    in reply to: Variable product shipping fee shows "0" #67821
    Yasa
    Participant

    I am telling the truth. I’m not the one whos being snarky I’m the polite one. Can you deny what I said above? Anyway I have an error (variable product’s shipping fee) with my plugin and trying to use it before my license expired.

    Thank you.

    in reply to: Variable product shipping fee shows "0" #67816
    Yasa
    Participant

    Thanks for the clarification @digitalchild

    It has been almost 2 months since the last update but new one occurs more errors than before. And I couldn’t use your product for 6 months and still counting. It might related with woocommerce’s new version but how are you going to compensate my loss? Cause I didn’t pay to woocommerce, I paid for wc vendors pro. So when could we get a working version of this product?

    At least you can release a patch maybe?

    Thank you.

    in reply to: Order email not showing the price #67654
    Yasa
    Participant

    woocommerce is not yours. I hope you will fix those the issues as soon as possible, good luck.

    in reply to: Variable product shipping fee shows "0" #67624
    Yasa
    Participant

    *Update*

    I deleted wcvendors plugins and re-installed. Result is still same, variable product’s shipping still shows “0” on admin reports, vendor dashboard, vendor email, wp_pv_commission.

    Can I have some support instead information?

    in reply to: Variable product shipping fee shows "0" #67614
    Yasa
    Participant

    Hi,

    Any news about this? Do you have a date for the next update?

    in reply to: Order email not showing the price #67530
    Yasa
    Participant

    Hi, @digitalchild

    this in our free offering which is NOT covered by your pro support

    Your pro plugin doesn’t work without the free one so what you said is logically wrong.

    P.s. https://www.wcvendors.com/help/topic/variable-product-shipping-fee-shows-0/

    in reply to: Order email not showing the price #67508
    Yasa
    Participant

    @DAMAN Thank you so much!

    Liked:

    but somehow took more than 1 and half month. ughh!

    in reply to: Order email not showing the price #67501
    Yasa
    Participant

    Thank you for all the information @FERVOUS, I already lost 6 months and it is going to expire without using this plugin if it goes like this, that was my point.

    in reply to: Order email not showing the price #67435
    Yasa
    Participant

    Hi @FERVOUS,
    I purchased this plugin on January and still couldn’t go live because of the errors that related with wcvendors. I didn’t purchase this plugin for testing, I know you can not do anything about it but maybe you can tell to owners so they might speed up fixing on what they sell?

    6 months is half of my license and I don’t want to waste another 6 months.

    P.s. another topic to be solved: https://www.wcvendors.com/help/topic/variable-product-shipping-fee-shows-0/

    Thank you.

    in reply to: Variable product shipping fee shows "0" #67264
    Yasa
    Participant

    Variable product’s shipping charges on checkout but it doesn’t show on reports(wp_pv_commission).

    in reply to: Variable product shipping fee shows "0" #67187
    Yasa
    Participant

    Woocommerce: 3.0.7
    Wc Vendors Free: 1.9.11
    Wc Vendors Pro: 1.4.3

    in reply to: Variable product shipping fee shows "0" #67184
    Yasa
    Participant

    Hi @fervous,
    I reverted to the original and its not related with that as you said.

    in reply to: Variable product shipping fee shows "0" #67156
    Yasa
    Participant

    Hi Anna,

    Do you think could it be related with this?

    in reply to: Variable product shipping fee shows "0" #67147
    Yasa
    Participant

    Any news?

    in reply to: Variable product shipping fee shows "0" #67053
    Yasa
    Participant

    It also shows 0 in wp_pv_commission table.

    P.s. I was planning to go live next week :/

    in reply to: Variable product shipping fee shows "0" #67051
    Yasa
    Participant

    I just created a new vendor and happened the same thing, no shipping fee.
    – Yes Vendor Shipping used
    – Yes Vendor has a store address
    – I also tested simple product with same vendor, simple product fees showing correctly. Variable product’s shipping fee is not showing.

    in reply to: Variable product shipping fee shows "0" #66867
    Yasa
    Participant

    Here are the wp reports screenshots that shows shipping “Kargo” as $0

    in reply to: Variable product shipping fee shows "0" #66861
    Yasa
    Participant

    With this vendor account I only have one variable product one is $80 and other is $120.50. On vendor dashboard, product price shows same for all variable products sold and shipping (On screen shots shipping means “Kargo”) shows $0

    Shipping price is $8 in store shipping settings so there isn’t any override on product shipping.

    Here is that product’s link: https://www.birtaneler.com/urunler/ahsap-ve-mobilya/ayna/

Viewing 50 posts - 1 through 50 (of 115 total)